Date: Wed, 20 Feb 2013 17:49:00 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312635 - head/math/R-cran-car Message-ID: <201302201749.r1KHn0mB066003@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Wed Feb 20 17:49:00 2013 New Revision: 312635 URL: http://svnweb.freebsd.org/changeset/ports/312635 Log: 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) Modified: head/math/R-cran-car/Makefile head/math/R-cran-car/distinfo Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Wed Feb 20 17:47:36 2013 (r312634) +++ head/math/R-cran-car/Makefile Wed Feb 20 17:49:00 2013 (r312635) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-15 +DISTVERSION= 2.0-16 PORTREVISION= 1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-car/distinfo ============================================================================== --- head/math/R-cran-car/distinfo Wed Feb 20 17:47:36 2013 (r312634) +++ head/math/R-cran-car/distinfo Wed Feb 20 17:49:00 2013 (r312635) @@ -1,2 +1,2 @@ -SHA256 (car_2.0-15.tar.gz) = c720c5a5dd7dcc4877caaf4f063ae315b48b0ab266078ed5704fc2dbec2e752f -SIZE (car_2.0-15.tar.gz) = 332954 +SHA256 (car_2.0-16.tar.gz) = 309a542145cfcbd32e606697c285f2901ec7fd7fbe9e8da7f20667d9fb74a975 +SIZE (car_2.0-16.tar.gz) = 334704
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302201749.r1KHn0mB066003>