1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

math/R-cran-car: update to 2.1-0

Changes:
 - Remove port's broken and depreciated status
 - Add two dependencies
 - Add GPLv3 as dual license
 - Update website URL

Change Log:
 - New power family called skewPower has been added that can be used with the
   Box Cox method with a few negative responses (joint work with Doug Hawkins).
   Several functions modified to accomodate two-parameter power families.
 - Fixed bug in Anova() for coxph models with clusters (reported by Jesus
   Humberto Gomez ), due apparently to a change in coxph().
 - Anova() F-tests for binomial and Poisson GLMs now changes
   error.estimate="dispersion" to "pearson" as advertized (bug reported by
   Will Petry).
 - Improved behavior of above-plot legends in scatterplot().
 - Fixed sp() (bug reported by Cesar Rabak).
 - Conforms to new CRAN requirements for package imports.

Reported by:	tota@
PR:		203418
PR:		204587
This commit is contained in:
David Naylor 2015-11-28 14:30:40 +00:00
parent 443f5208e4
commit ebba12ec9c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402534
3 changed files with 8 additions and 8 deletions

View File

@ -2,18 +2,18 @@
# $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

View File

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

View File

@ -7,4 +7,4 @@ 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/