Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 16:31:39 +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: r420249 - head/math/R-cran-car
Message-ID:  <201608151631.u7FGVdjD032578@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Mon Aug 15 16:31:39 2016
New Revision: 420249
URL: https://svnweb.freebsd.org/changeset/ports/420249

Log:
  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.

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	Mon Aug 15 16:08:27 2016	(r420248)
+++ head/math/R-cran-car/Makefile	Mon Aug 15 16:31:39 2016	(r420249)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.1-2
+DISTVERSION=	2.1-3
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -17,6 +17,6 @@ RUN_DEPENDS=	R-cran-pbkrtest>=0.3.2:math
 TEST_DEPENDS=	R-cran-lmtest>=0.9.26:finance/R-cran-lmtest \
 		R-cran-sandwich>0:math/R-cran-sandwich
 
-USES=	cran
+USES=		cran
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Mon Aug 15 16:08:27 2016	(r420248)
+++ head/math/R-cran-car/distinfo	Mon Aug 15 16:31:39 2016	(r420249)
@@ -1,2 +1,3 @@
-SHA256 (car_2.1-2.tar.gz) = 8cc3e57f172c8782a08960b508906d3201596a21f4b6c1dab8d4e59353093652
-SIZE (car_2.1-2.tar.gz) = 619120
+TIMESTAMP = 1471277775
+SHA256 (car_2.1-3.tar.gz) = 2fac29c7b79a01a8fb925d87ca9eefb6f688500fe063921b9f9add4494cee63f
+SIZE (car_2.1-3.tar.gz) = 622922



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608151631.u7FGVdjD032578>