Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 17:30:43 +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: r365761 - head/math/R-cran-car
Message-ID:  <201408231730.s7NHUhXJ041412@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sat Aug 23 17:30:43 2014
New Revision: 365761
URL: http://svnweb.freebsd.org/changeset/ports/365761
QAT: https://qat.redports.org/buildarchive/r365761/

Log:
  Update math/R-cran-car to 2.0-21.
  
  ChangeLog:
   * residualPlot error when using 'type="rstudent" has been fixed.
   * Minor change to "recode" documentation; improved error checking in
      recode().
   * Fixed a bug in gamLine with non-canonical links. (Thanks to Hani Christoph)
   * Added has.intercept.multinom() to make Anova() work with multinom objects
      fit to a dichotomous response (after bug report by Kristian Hovde Liland).
   * Replaced vif.lm() with vif.default() to cover wider variety of models
      (after question by Laura Rigg about gls models).
   * Diagonal panels in scatterplotMatrix() (except for histograms) show
       groups separately when plotted by groups (suggestion by Erich Neuwirth).
   * Added vcov. argument to Anova.lm().

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	Sat Aug 23 17:20:44 2014	(r365760)
+++ head/math/R-cran-car/Makefile	Sat Aug 23 17:30:43 2014	(r365761)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.0-20
+DISTVERSION=	2.0-21
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Sat Aug 23 17:20:44 2014	(r365760)
+++ head/math/R-cran-car/distinfo	Sat Aug 23 17:30:43 2014	(r365761)
@@ -1,2 +1,2 @@
-SHA256 (car_2.0-20.tar.gz) = cb91a094e5e7aa5cb14acc4402a57def31ce8e7c88f273ef7139ebc49b1d7835
-SIZE (car_2.0-20.tar.gz) = 582567
+SHA256 (car_2.0-21.tar.gz) = efd7610fe27f93cc329da48e578ac6692a8e1b719fdc804002105ded3f5fcddc
+SIZE (car_2.0-21.tar.gz) = 584149



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