1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/math/R-cran-car/Makefile
David Naylor feac038824 Update math/R-cran-car to 2.0-20.
ChangeLog:
 o Added new id.method="r" to showLabels for labeling plots of residuals;
   default id.method changed in residualPlots.
 o Fixed handling of labels argument to outlierTest()
   (bug report by Stephane Laurent).
 o Accommodate numeric variables consisting entirely of NAs in recode()
   (suggestion of Karl Ove Hufthammer).
 o Prevent dataEllipse() from opening a graphics device when draw=FALSE
   (fixing bug reported by Rafael Laboissiere).
 o The functions makeHypothesis() and printHypothesis(), intended for
   internal use, are exported so that they can be used in other packages
   (request of Arne Henningsen).
 o Small fixes.
2014-05-03 09:41:28 +00:00

17 lines
294 B
Makefile

# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
PORTNAME= car
DISTVERSION= 2.0-20
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= dbn@FreeBSD.org
COMMENT= Companion to Applied Regression for R
LICENSE= GPLv2
USES= cran:auto-plist
.include <bsd.port.mk>