freebsd-ports/math/R-cran-car/Makefile
David Naylor ebba12ec9c 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
2015-11-28 14:30:40 +00:00

20 lines
443 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= car
DISTVERSION= 2.1-0
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Companion to Applied Regression for R
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
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 <bsd.port.mk>