svn commit: r381937 - head/math/R-cran-car

David Naylor dbn at FreeBSD.org
Sun Mar 22 17:05:18 UTC 2015


Author: dbn
Date: Sun Mar 22 17:05:16 2015
New Revision: 381937
URL: https://svnweb.freebsd.org/changeset/ports/381937
QAT: https://qat.redports.org/buildarchive/r381937/

Log:
  math/R-cran-car: update to 2.0-25.
  
  Changes to Version 2.0-25
   * Fixed df check in linearHypothesis.default() (bug report by Pierre Chausse).
   * Fixed bug when vcov. argument to Anova() is a function (reported by Liviu
     Andronic).
   * Now export .carEnv to avoid problem with update() in Boot() (reported by
     Alan T. Arnholt).
  
  Changes to Version 2.0-24
   * Fixed broken URLs.
   * Changed handling of .carEnv environment.
   * Moved pbkrtest, quantreg, and mgcv from Suggests: to Imports:.
  
  Changes to Version 2.0-23
   * Modified ScatterplotSmoothers to add an 'offset' to the vertical axis of
     spread smooths.  This are required in the marginal model plot functions.
   * Fixed labels on mcPlot with overlay=FALSE
   * Check for 0 residual df and 0 residual deviance (within rounding) in Anova()
     and linearHypothesis() (problem reported by Jonathan Love).
   * Fixed model.matrix.lme and model.matrix.gls utility functions, and hence
     Anova and vif, respectively, to work with models specified with formulas
     supplied as objects (after problem noted by Gang Chen).
   * Added Wong data set, used in mixed-models appendix.

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	Sun Mar 22 16:43:56 2015	(r381936)
+++ head/math/R-cran-car/Makefile	Sun Mar 22 17:05:16 2015	(r381937)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.0-22
+DISTVERSION=	2.0-25
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Sun Mar 22 16:43:56 2015	(r381936)
+++ head/math/R-cran-car/distinfo	Sun Mar 22 17:05:16 2015	(r381937)
@@ -1,2 +1,2 @@
-SHA256 (car_2.0-22.tar.gz) = e854452f41b838a7466292eea905ac939ab000f161d7c179623a82fdc0f7ce49
-SIZE (car_2.0-22.tar.gz) = 599967
+SHA256 (car_2.0-25.tar.gz) = d2fb748e248be62edf9d94f0bdb53c87e827bf5628d34e98c332bdeb75b3eec0
+SIZE (car_2.0-25.tar.gz) = 605332


More information about the svn-ports-head mailing list