1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

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)
This commit is contained in:
David Naylor 2018-10-24 16:31:07 +00:00
parent 9d9148a796
commit 7a04354674
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482910
3 changed files with 14 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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/