diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 611c0772188e..2eca1ee69265 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-6 -PORTREVISION= 1 +DISTVERSION= 3.0-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,12 +11,16 @@ COMMENT= Companion to Applied Regression LICENSE= GPLv2+ -RUN_DEPENDS= R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \ - R-cran-quantreg>0:math/R-cran-quantreg +RUN_DEPENDS= R-cran-maptools>0:astro/R-cran-maptools \ + R-cran-abind>0:devel/R-cran-abind \ + R-cran-carData>=3.0.0:math/R-cran-carData \ + R-cran-lme4>0:math/R-cran-lme4 \ + R-cran-pbkrtest>=0.4.4:math/R-cran-pbkrtest \ + R-cran-quantreg>0:math/R-cran-quantreg \ + R-cran-rio>0:textproc/R-cran-rio TEST_DEPENDS= R-cran-lmtest>0:finance/R-cran-lmtest \ R-cran-MatrixModels>0:math/R-cran-MatrixModels \ R-cran-SparseM>0:math/R-cran-SparseM \ - R-cran-lme4>0:math/R-cran-lme4 \ R-cran-sandwich>0:math/R-cran-sandwich \ R-cran-survey>0:math/R-cran-survey diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index 55db1b4cb720..1a508e0c8242 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512940665 -SHA256 (car_2.1-6.tar.gz) = d2426a66f63324d9db34dc89becb728d2d4b6d5f183f2efe02cbf683646a8492 -SIZE (car_2.1-6.tar.gz) = 627349 +TIMESTAMP = 1540390421 +SHA256 (car_3.0-2.tar.gz) = df59a9ba8fed67eef5ddb8f92f2b41745df715d5695c71d562d7031513f37c50 +SIZE (car_3.0-2.tar.gz) = 447952 diff --git a/math/R-cran-car/pkg-descr b/math/R-cran-car/pkg-descr index ca8dd79787ff..0c44e72a227f 100644 --- a/math/R-cran-car/pkg-descr +++ b/math/R-cran-car/pkg-descr @@ -1,10 +1,4 @@ -This package accompanies J. Fox, An R and S-PLUS Companion to Applied -Regression, Sage, 2002. The package contains mostly functions for applied -regression, linear models, and generalized linear models, with an emphasis on -regression diagnostics, particularly graphical diagnostic methods. There are -also some utility functions. With some exceptions, I have tried not to duplicate -capabilities in the basic distribution of R, nor in widely used packages. Where -relevant, the functions in car are consistent with na.action = na.omit or -na.exclude. +Functions to Accompany J. Fox and S. Weisberg, An R Companion to Applied +Regression, Third Edition, Sage, in press. -WWW: https://cran.r-project.org/web/packages/car/ +WWW: https://r-forge.r-project.org/projects/car/