diff options
author | David Naylor <dbn@FreeBSD.org> | 2014-12-05 12:26:36 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2014-12-05 12:26:36 +0000 |
commit | 9d5f1268c48373b7f0d5012cbd0cb087c3ff3fac (patch) | |
tree | cef32d4e19836f8cc4f973562a6c4cafed21ac8a | |
parent | Fix checksum, remove BROKEN flag and use LOCAL mirror only as gitorious keeps (diff) |
Update math/R-cran-car to 2.0-22.
Changes to Version 2.0-22
* corrected bug in 'terms' argument in residualPlots, and other graphic
functions with a 'terms' argument
* added residual curvature tests for glm.nb
* mcPlot and mcPlot draw 'marginal/conditional' plots for lm objects. The
marginal plot is of the centered response versus a centered regressor; the
conditional plot is the corresponding added-variable plot. The plots can be
overlaid or viewed side-by-side.
* added argument marginal.scale to avPlots to scale the added-variable plot for
Y on X|Z using the scale from the marginal plot of Y vs X ignoring X. The
default is FALSE, corresponding to using scaling to maximize resolution or
use xlim and ylim to set user scaling.
* Fixed bugs in Anova.survreg() that could affect types II, II tests, both Wald
and LR, and one similar bug in linearHypothesis.survreg().
* Replaced calls to require() with requireNamespace() where possible
(suggestion of Brian Ripley).
* The following functions now produce warnings rather than errors when there
are empty groups: scatterplot(), scatterplotMatrix(),scatter3d(),
densityPlot().
* Corrected name of "Blackmoor" dataset to "Blackmore".
* Added KosteckiDillon migraines dataset (contributed by Georges Monette).
* introduced linearHypothesis.rlm() for rlm models (suggestion of Matthieu
Stigler).
* Small bug fixes/improvements.
Notes
Notes:
svn path=/head/; revision=374009
-rw-r--r-- | math/R-cran-car/Makefile | 3 | ||||
-rw-r--r-- | math/R-cran-car/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 444cbc61d593..c874e4fba786 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-21 -PORTREVISION= 1 +DISTVERSION= 2.0-22 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index 6b3fc677de6e..07c30e8e59b2 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -1,2 +1,2 @@ -SHA256 (car_2.0-21.tar.gz) = efd7610fe27f93cc329da48e578ac6692a8e1b719fdc804002105ded3f5fcddc -SIZE (car_2.0-21.tar.gz) = 584149 +SHA256 (car_2.0-22.tar.gz) = e854452f41b838a7466292eea905ac939ab000f161d7c179623a82fdc0f7ce49 +SIZE (car_2.0-22.tar.gz) = 599967 |