Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2013 17:32:54 +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: r329606 - head/math/R-cran-car
Message-ID:  <201310061732.r96HWsTO091785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Sun Oct  6 17:32:53 2013
New Revision: 329606
URL: http://svnweb.freebsd.org/changeset/ports/329606

Log:
  Update math/R-cran-car to 2.0.19.
  
  ChangeLog:
   * fixed scoping problems in Boot, bootCase, and ncvTest
   * added an argument to deltaMethod for passing arguments to get scoping right when calling linearHypothesis in another function; other deltaMethod bugs fixed
   * slight modification to documentation of Boot
   * summary() method for "Anova.mlm" objects now returns an object, printed by a corresponding print() method (adapting code contributed by Gabriel Baud-Bovy).
   * added .merMod methods to Anova(), deltaMethod(), linearHypothesis(), matchCoefs(), and unexported utilities df.residual() and has.intercept(); insured compatibility with nlme and CRAN and developments versions of lme4.
   * added use argument to scatterplotMatrix() (suggstion of Antoine Lizee).
   * export linearHypothesis.default() for use in other packages (suggestion of Achim Zeileis).
   * small changes and fixes.

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 Oct  6 17:24:26 2013	(r329605)
+++ head/math/R-cran-car/Makefile	Sun Oct  6 17:32:53 2013	(r329606)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	car
-DISTVERSION=	2.0-18
+DISTVERSION=	2.0-19
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 

Modified: head/math/R-cran-car/distinfo
==============================================================================
--- head/math/R-cran-car/distinfo	Sun Oct  6 17:24:26 2013	(r329605)
+++ head/math/R-cran-car/distinfo	Sun Oct  6 17:32:53 2013	(r329606)
@@ -1,2 +1,2 @@
-SHA256 (car_2.0-18.tar.gz) = c981f7dfa40ba48cdf83139e05a065671d407c68a180ba37258470d0e591ba8d
-SIZE (car_2.0-18.tar.gz) = 334622
+SHA256 (car_2.0-19.tar.gz) = 8c411a21210b18bae4e6559fa6c461ab12f29cb82112bd18129e2d9fce47735b
+SIZE (car_2.0-19.tar.gz) = 579884



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