diff options
author | dbn <dbn@FreeBSD.org> | 2014-05-03 17:41:28 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2014-05-03 17:41:28 +0800 |
commit | 98f4c7cb052b8c073d1fca1c2eabbfcc2db0643c (patch) | |
tree | a8d1769ee8590daa153ed07ca8d6cb21f44edef2 /math | |
parent | aae8c5c902f22575fcf9cf4c7e829c89e03900ff (diff) | |
download | freebsd-ports-graphics-98f4c7cb052b8c073d1fca1c2eabbfcc2db0643c.tar.gz freebsd-ports-graphics-98f4c7cb052b8c073d1fca1c2eabbfcc2db0643c.tar.zst freebsd-ports-graphics-98f4c7cb052b8c073d1fca1c2eabbfcc2db0643c.zip |
Update math/R-cran-car to 2.0-20.
ChangeLog:
o Added new id.method="r" to showLabels for labeling plots of residuals;
default id.method changed in residualPlots.
o Fixed handling of labels argument to outlierTest()
(bug report by Stephane Laurent).
o Accommodate numeric variables consisting entirely of NAs in recode()
(suggestion of Karl Ove Hufthammer).
o Prevent dataEllipse() from opening a graphics device when draw=FALSE
(fixing bug reported by Rafael Laboissiere).
o The functions makeHypothesis() and printHypothesis(), intended for
internal use, are exported so that they can be used in other packages
(request of Arne Henningsen).
o Small fixes.
Diffstat (limited to 'math')
-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 c87967dbdf7..f171e761661 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-19 -PORTREVISION= 3 +DISTVERSION= 2.0-20 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index 0b6b2741747..d4d48b037c7 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -1,2 +1,2 @@ -SHA256 (car_2.0-19.tar.gz) = 8c411a21210b18bae4e6559fa6c461ab12f29cb82112bd18129e2d9fce47735b -SIZE (car_2.0-19.tar.gz) = 579884 +SHA256 (car_2.0-20.tar.gz) = cb91a094e5e7aa5cb14acc4402a57def31ce8e7c88f273ef7139ebc49b1d7835 +SIZE (car_2.0-20.tar.gz) = 582567 |