diff options
author | David Naylor <dbn@FreeBSD.org> | 2016-02-13 14:13:55 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2016-02-13 14:13:55 +0000 |
commit | 25f63a2dc79d9c3964d36e04e7f641c285bb274d (patch) | |
tree | f00ef95e1357ac00cec41f8614ba00959a141053 | |
parent | 35de988e398f0dd492a32c785b0a16308be032cb (diff) | |
download | ports-25f63a2dc79d9c3964d36e04e7f641c285bb274d.tar.gz ports-25f63a2dc79d9c3964d36e04e7f641c285bb274d.zip |
math/R-cran-car: update to 2.1-1.
Changes:
* Use explicit pkg-plist instead of autoplist. Using an explicit pkg-plist
is more robust against "silent" errors or changes.
ChangeLog:
- influencePlot now returns Cook's distance, not its square root.
- Anova() now supports "coxme" objects (produced by coxme() in coxme package)
(request of Philipp Sprenger).
- Anova() now works via its default method with "vglm" objects produced by
functions in the VGAM package; and the default method of linearHypothesis()
again works with these objects (problem reported by Michael Friendly).
- Fixed Anova.coxph() so that it takes account of method (ties) argument (bug
reported by Karl Ove Hufthammer).
- Improvements to Anova.default() so that a wider variety of model classes are
accommodated (following request of Liviu Andronic.)
- dataEllipse() now throws an error if there are too few colors for the number
of groups (fixing bug reported by Ottorino Pantani).
- spreadLevelPlot.lm() now includes an optional smoother in addition to the
fitted straight line (suggestion of Michael Friendly).
- No longer import methods (as opposed to generics) directly from pbkrtest.
- Added axis.ticks argument to scatter3d() (code contributed by
David Winsemius).
Notes
Notes:
svn path=/head/; revision=408798
-rw-r--r-- | math/R-cran-car/Makefile | 4 | ||||
-rw-r--r-- | math/R-cran-car/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-car/pkg-plist | 29 |
3 files changed, 33 insertions, 4 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 5e4d72f06a75..8457e36aa9e1 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-0 +DISTVERSION= 2.1-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-pbkrtest>=0.3.2:${PORTSDIR}/math/R-cran-pbkrtest \ R-cran-quantreg>0:${PORTSDIR}/math/R-cran-quantreg -USES= cran:auto-plist +USES= cran .include <bsd.port.mk> diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index f921f9407900..367c9ec5308b 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -1,2 +1,2 @@ -SHA256 (car_2.1-0.tar.gz) = b2f98c0b03523727a94fe5a193eef96a70565202d7b646310ce65ee31176a61c -SIZE (car_2.1-0.tar.gz) = 617582 +SHA256 (car_2.1-1.tar.gz) = 9d032939079e853552ce70cb0a738d6fb097447c63234f697e1b52cfaef0eff3 +SIZE (car_2.1-1.tar.gz) = 619595 diff --git a/math/R-cran-car/pkg-plist b/math/R-cran-car/pkg-plist new file mode 100644 index 000000000000..e59c65602e25 --- /dev/null +++ b/math/R-cran-car/pkg-plist @@ -0,0 +1,29 @@ +%%R_MOD_DIR%%/CITATION +%%R_MOD_DIR%%/DESCRIPTION +%%R_MOD_DIR%%/INDEX +%%R_MOD_DIR%%/Meta/Rd.rds +%%R_MOD_DIR%%/Meta/data.rds +%%R_MOD_DIR%%/Meta/hsearch.rds +%%R_MOD_DIR%%/Meta/links.rds +%%R_MOD_DIR%%/Meta/nsInfo.rds +%%R_MOD_DIR%%/Meta/package.rds +%%R_MOD_DIR%%/Meta/vignette.rds +%%R_MOD_DIR%%/NAMESPACE +%%R_MOD_DIR%%/NEWS +%%R_MOD_DIR%%/R/car +%%R_MOD_DIR%%/R/car.rdb +%%R_MOD_DIR%%/R/car.rdx +%%R_MOD_DIR%%/data/Rdata.rdb +%%R_MOD_DIR%%/data/Rdata.rds +%%R_MOD_DIR%%/data/Rdata.rdx +%%R_MOD_DIR%%/doc/embedding.R +%%R_MOD_DIR%%/doc/embedding.Rnw +%%R_MOD_DIR%%/doc/embedding.pdf +%%R_MOD_DIR%%/doc/index.html +%%R_MOD_DIR%%/help/AnIndex +%%R_MOD_DIR%%/help/aliases.rds +%%R_MOD_DIR%%/help/car.rdb +%%R_MOD_DIR%%/help/car.rdx +%%R_MOD_DIR%%/help/paths.rds +%%R_MOD_DIR%%/html/00Index.html +%%R_MOD_DIR%%/html/R.css |