Index: head/math/R-cran-car/Makefile =================================================================== --- head/math/R-cran-car/Makefile (revision 402533) +++ head/math/R-cran-car/Makefile (revision 402534) @@ -1,20 +1,20 @@ # Created by: David Naylor # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-25 +DISTVERSION= 2.1-0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= dbn@FreeBSD.org COMMENT= Companion to Applied Regression for R -LICENSE= GPLv2 +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual -BROKEN= Missing dependency -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-11-30 +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 .include Index: head/math/R-cran-car/distinfo =================================================================== --- head/math/R-cran-car/distinfo (revision 402533) +++ head/math/R-cran-car/distinfo (revision 402534) @@ -1,2 +1,2 @@ -SHA256 (car_2.0-25.tar.gz) = d2fb748e248be62edf9d94f0bdb53c87e827bf5628d34e98c332bdeb75b3eec0 -SIZE (car_2.0-25.tar.gz) = 605332 +SHA256 (car_2.1-0.tar.gz) = b2f98c0b03523727a94fe5a193eef96a70565202d7b646310ce65ee31176a61c +SIZE (car_2.1-0.tar.gz) = 617582 Index: head/math/R-cran-car/pkg-descr =================================================================== --- head/math/R-cran-car/pkg-descr (revision 402533) +++ head/math/R-cran-car/pkg-descr (revision 402534) @@ -1,10 +1,10 @@ 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. -WWW: http://cran.r-project.org/web/packages/car/index.html +WWW: https://cran.r-project.org/web/packages/car/