Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 18:10:36 +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: r317535 - head/math/R-cran-car
Message-ID:  <201305061810.r46IAack004213@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Mon May  6 18:10:35 2013
New Revision: 317535
URL: http://svnweb.freebsd.org/changeset/ports/317535

Log:
  Update math/R-cran-car to 2.0-17.
  
  ChangeLog:
      o Add a variable to AMSsurvey.
      o Fix to residualPlots to compute lack of fit tests with missing values and
        glms.
      o Fix to residualPlots with a 0/1 variable not declared a factor.
      o Boxplot() now works properly with at argument passed to boxplot() via ...
        (contribution of Steve Ellison).
      o qqPlot.lm() now works with "aov" objects (fixing problem reported by
        Thomas Burk).
      o Small fixes to code and docs.
  
  Approved by:	eadler,bdrewery (mentors, implicit)

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 May  6 17:57:36 2013	(r317534)
+++ head/math/R-cran-car/Makefile	Mon May  6 18:10:35 2013	(r317535)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.0-16
-PORTREVISION=	2
+DISTVERSION=	2.0-17
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Mon May  6 17:57:36 2013	(r317534)
+++ head/math/R-cran-car/distinfo	Mon May  6 18:10:35 2013	(r317535)
@@ -1,2 +1,2 @@
-SHA256 (car_2.0-16.tar.gz) = 309a542145cfcbd32e606697c285f2901ec7fd7fbe9e8da7f20667d9fb74a975
-SIZE (car_2.0-16.tar.gz) = 334704
+SHA256 (car_2.0-17.tar.gz) = e9f75cc70f2b22e215d5ea725e63fb801e582a4e664926f2a85128f84e4d8796
+SIZE (car_2.0-17.tar.gz) = 381850



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