From 5b262d0505ce01780db0a63ccac11ce751af5a64 Mon Sep 17 00:00:00 2001 From: David Naylor Date: Sun, 6 Oct 2013 17:32:53 +0000 Subject: 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. --- math/R-cran-car/Makefile | 2 +- math/R-cran-car/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'math/R-cran-car') diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index b66f3e0fee71..c265945de560 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= car -DISTVERSION= 2.0-18 +DISTVERSION= 2.0-19 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-car/distinfo b/math/R-cran-car/distinfo index 503e1c213ddf..0b6b27417476 100644 --- a/math/R-cran-car/distinfo +++ b/math/R-cran-car/distinfo @@ -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 -- cgit v1.2.3