freebsd-ports/math/R-cran-car/Makefile
David Naylor 2542f11ad1 math/R-cran-car: update to 2.1-3.
- Corrected documentation for mcPlots
 - added id.location argument to showLabels to vary location of labels
 - added fix for compatiblity with Rcmdr with missing data in several plotting
   functions.
 - deltaMethod() now reports confidence intervals.
 - print.summary.Anova.mlm() has new SSP and SSPE arguments to determine
   whether the corresponding matrices are printed (suggestion of Michael
   Friendly).
 - summary() and print() methods for Anova.mlm() can now report univariate
   ANOVAs (suggestion and some code by Michael Friendly).
 - added "value" and "vcov" attributes to objects returned by
   linearHypothesis() (after suggestions by Liviu Andronic and Steven Yen).
 - compareCoefs() now checks classes of models.
 - small fixes/changes.
2016-08-15 16:31:39 +00:00

22 lines
510 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= car
DISTVERSION= 2.1-3
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:math/R-cran-pbkrtest \
R-cran-quantreg>0:math/R-cran-quantreg
TEST_DEPENDS= R-cran-lmtest>=0.9.26:finance/R-cran-lmtest \
R-cran-sandwich>0:math/R-cran-sandwich
USES= cran
.include <bsd.port.mk>