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

David Naylor dbn at FreeBSD.org
Fri Dec 5 12:26:37 UTC 2014


Author: dbn
Date: Fri Dec  5 12:26:36 2014
New Revision: 374009
URL: https://svnweb.freebsd.org/changeset/ports/374009
QAT: https://qat.redports.org/buildarchive/r374009/

Log:
  Update math/R-cran-car to 2.0-22.
  
  Changes to Version 2.0-22
   * corrected bug in 'terms' argument in residualPlots, and other graphic
     functions with a 'terms' argument
   * added residual curvature tests for glm.nb
   * mcPlot and mcPlot draw 'marginal/conditional' plots for lm objects.  The
     marginal plot is of the centered response versus a centered regressor; the
     conditional plot is the corresponding added-variable plot.  The plots can be
     overlaid or viewed side-by-side.
   * added argument marginal.scale to avPlots to scale the added-variable plot for
     Y on X|Z using the scale from the marginal plot of Y vs X ignoring X.  The
     default is FALSE, corresponding to using scaling to maximize resolution or
     use xlim and ylim to set user scaling.
   * Fixed bugs in Anova.survreg() that could affect types II, II tests, both Wald
      and LR, and one similar bug in linearHypothesis.survreg().
   * Replaced calls to require() with requireNamespace() where possible
     (suggestion of Brian Ripley).
   * The following functions now produce warnings rather than errors when there
     are empty groups: scatterplot(), scatterplotMatrix(),scatter3d(),
     densityPlot().
   * Corrected name of "Blackmoor" dataset to "Blackmore".
   * Added KosteckiDillon migraines dataset (contributed by Georges Monette).
   * introduced linearHypothesis.rlm() for rlm models (suggestion of Matthieu
     Stigler).
   * Small bug fixes/improvements.

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	Fri Dec  5 11:22:05 2014	(r374008)
+++ head/math/R-cran-car/Makefile	Fri Dec  5 12:26:36 2014	(r374009)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.0-21
-PORTREVISION=	1
+DISTVERSION=	2.0-22
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Fri Dec  5 11:22:05 2014	(r374008)
+++ head/math/R-cran-car/distinfo	Fri Dec  5 12:26:36 2014	(r374009)
@@ -1,2 +1,2 @@
-SHA256 (car_2.0-21.tar.gz) = efd7610fe27f93cc329da48e578ac6692a8e1b719fdc804002105ded3f5fcddc
-SIZE (car_2.0-21.tar.gz) = 584149
+SHA256 (car_2.0-22.tar.gz) = e854452f41b838a7466292eea905ac939ab000f161d7c179623a82fdc0f7ce49
+SIZE (car_2.0-22.tar.gz) = 599967


More information about the svn-ports-head mailing list