diff options
author | dbn <dbn@FreeBSD.org> | 2015-11-28 22:30:40 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2015-11-28 22:30:40 +0800 |
commit | a801313e0249bd0f21f09069c73268cb07fd64fb (patch) | |
tree | 6f5958029aea9cca8b2ad1f494c31b279ae19014 /math | |
parent | 4a808c5d831fc6fe954c994c31b950eed10cb660 (diff) | |
download | freebsd-ports-gnome-a801313e0249bd0f21f09069c73268cb07fd64fb.tar.gz freebsd-ports-gnome-a801313e0249bd0f21f09069c73268cb07fd64fb.tar.zst freebsd-ports-gnome-a801313e0249bd0f21f09069c73268cb07fd64fb.zip |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-car/Makefile | 10 | ||||
-rw-r--r-- | math/R-cran-car/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-car/pkg-descr | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index f9276ac54e52..5e4d72f06a75 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -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 diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index d05c2bef8437..f921f9407900 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -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 diff --git a/math/R-cran-car/pkg-descr b/math/R-cran-car/pkg-descr index 9d7a0f185386..ca8dd79787ff 100644 --- a/math/R-cran-car/pkg-descr +++ b/math/R-cran-car/pkg-descr @@ -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/ |