From 9abc7c660a256f602e44aa83522f4f332b38f158 Mon Sep 17 00:00:00 2001 From: David Naylor Date: Wed, 20 Feb 2013 17:49:00 +0000 Subject: Update math/R-cran-car to 2.0-16. Changes to Version 2.0-16 o Fixed bug in printing of hypotheses by linearHypothesis(), where numeric constants of the form 1.* or -1.* were printed incorrectly (reported by Johannes Kutsam). o Fixed a bug in showLabels() with multiple groups in the scatterplot() and scatterplotMatrix() function o linearHypothesisTest() now tolerates newlines and tabs in hypotheses (suggestion of David Hugh-Jones). o two bugs fixed in Boot() (found by David Pain) changed argument f to f. in bootCase(). o summary.Boot(), confint.Boot() and hist.Boot() handle aliases correctly. o Boxplot.formula() now accepts more than one conditioning variable (suggestion of Christina Yassouridis). o Small fixes. Approved by: bdrewery (mentor) --- math/R-cran-car/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/R-cran-car/Makefile') diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 9a745c58d41f..aa0c9e308002 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-15 +DISTVERSION= 2.0-16 PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} -- cgit v1.2.3