Index: head/math/R-cran-car/Makefile =================================================================== --- head/math/R-cran-car/Makefile (revision 482909) +++ head/math/R-cran-car/Makefile (revision 482910) @@ -1,26 +1,29 @@ # Created by: David Naylor # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.1-6 -PORTREVISION= 1 +DISTVERSION= 3.0-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= dbn@FreeBSD.org 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 USES= cran:auto-plist .include Index: head/math/R-cran-car/distinfo =================================================================== --- head/math/R-cran-car/distinfo (revision 482909) +++ head/math/R-cran-car/distinfo (revision 482910) @@ -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 Index: head/math/R-cran-car/pkg-descr =================================================================== --- head/math/R-cran-car/pkg-descr (revision 482909) +++ head/math/R-cran-car/pkg-descr (revision 482910) @@ -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/