Date: Wed, 24 Oct 2018 16:31:07 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482910 - head/math/R-cran-car Message-ID: <201810241631.w9OGV77w063076@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Wed Oct 24 16:31:07 2018 New Revision: 482910 URL: https://svnweb.freebsd.org/changeset/ports/482910 Log: math/R-cran-car: updated to version 3.0-2 - removed PORTREVISION due to version bump - add new run dependencies: - astro/R-cran-maptools - devel/R-cran-abind - math/R-cran-carData - math/R-cran-lme4 - textproc/R-cran-rio - remove unused test dependency: - math/R-cran-lme4 - update description to align with CRAN package - update website URL to align with CRAN package - changelog: - This version deals with a technical problem (reported by Don van den Bergh), implementing a solution suggested by Brian Ripley: Rather than importing utils::askYesNo(), which is unavailable before R 3.5.0, a local unexported copy is supplied in the car package, to be removed after version 3.0-2. Generated by: portcran (0.1.9) Modified: head/math/R-cran-car/Makefile head/math/R-cran-car/distinfo head/math/R-cran-car/pkg-descr Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Wed Oct 24 14:36:09 2018 (r482909) +++ head/math/R-cran-car/Makefile Wed Oct 24 16:31:07 2018 (r482910) @@ -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 Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Wed Oct 24 14:36:09 2018 (r482909) +++ head/math/R-cran-car/distinfo Wed Oct 24 16:31:07 2018 (r482910) @@ -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 Modified: head/math/R-cran-car/pkg-descr ============================================================================== --- head/math/R-cran-car/pkg-descr Wed Oct 24 14:36:09 2018 (r482909) +++ head/math/R-cran-car/pkg-descr Wed Oct 24 16:31:07 2018 (r482910) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810241631.w9OGV77w063076>