summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2021-09-11 12:31:42 +0000
committermef <mef@pkgsrc.org>2021-09-11 12:31:42 +0000
commit345c1d7e60acbdd4064406da289c6ebcd8f4edaf (patch)
tree891bd3cd8a202b3c26f0ee048b7ae89dd7de0bd9 /math
parentd863ae2f95d9322cf9620f14280a054d6e561cb8 (diff)
downloadpkgsrc-345c1d7e60acbdd4064406da289c6ebcd8f4edaf.tar.gz
(math/R-car) Updated 3.0.10 to 3.0.11
Changes to Version 3.0-11 o boxCox() function now allows the use of any of the usual graphics parameters in the plot() function. If particuar boxCox(model, main="my title") will add a title to the plot, and boxCox(model, main="") will suppress it. o car::Boot(object, method="residual") will work for method="residual" only if the car package has been previously attached via either library(car) or require(car). o Added error checking with vcov. argument. Changed vcov.boot to print a warning of bootstrap replicates that returned NA o Introduced brief.tbl(), which simply calls print(), to cope with changes to tibbles. o qqPlot() fills (shades) confidence envelopes by default, and smoothers for scatterplots fill variance (spread) envelopes by default (suggestions of Michael Friendly). o Fixed problem in infIndexPlot.influence.lme() (reported by Francis L. Huang). o New "polr" and "svyolr" methods for vif() (following report by Abra Jeffers). o Make linearHypothesis() and Anova() work with "svyolr" objects via their default methods. o Regularize handling of vcov. argument in Anova() and linearHypothesis(). o vcov. argument now works with Anova() for models produced by lme4::lmer() and glmer(), (fixing a bug reported by Amy MacDougall). o New linearHypothesis.lmList() method. o New "lm" method for symbox(). o New cex and pt.wts arguments for avPlot() "lm" and "glm" methods, and for mcPlot.lm(). o Fix handling of imatrix argument to Anova.mlm() (suggestion of Benedikt Langenberg). o Remove influence.merMod() and related methods in favor of versions of these methods in the lme4 package. o Rewrite "embedding" vignette. o Small fixes and improvements.
Diffstat (limited to 'math')
-rw-r--r--math/R-car/Makefile11
-rw-r--r--math/R-car/distinfo10
2 files changed, 13 insertions, 8 deletions
diff --git a/math/R-car/Makefile b/math/R-car/Makefile
index 6e0e3350a30..5e196d92ecf 100644
--- a/math/R-car/Makefile
+++ b/math/R-car/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2020/10/02 10:31:59 wen Exp $
+# $NetBSD: Makefile,v 1.10 2021/09/11 12:31:42 mef Exp $
R_PKGNAME= car
-R_PKGVER= 3.0-10
+R_PKGVER= 3.0-11
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Companion to 'Applied Regression'
@@ -16,8 +16,13 @@ DEPENDS+= R-pbkrtest>=0.4.4:../../math/R-pbkrtest
DEPENDS+= R-quantreg>=5.42.1:../../math/R-quantreg
# Packages suggested but not available:
-# 'alr4', 'coxme', 'leaps', 'lmtest', 'rgl'
+# 'alr4', 'coxme', 'leaps', 'lmtest'
TEST_DEPENDS+= R-lmtest-[0-9]*:../../math/R-lmtest
+TEST_DEPENDS+= R-effects-[0-9]*:../../graphics/R-effects
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rgl-[0-9]*:../../graphics/R-rgl
+TEST_DEPENDS+= R-sandwich-[0-9]*:../../math/R-sandwich
+TEST_DEPENDS+= R-lme4-[0-9]*:../../math/R-lme4
USE_LANGUAGES= # none
diff --git a/math/R-car/distinfo b/math/R-car/distinfo
index 79febdcd48d..5b947555f87 100644
--- a/math/R-car/distinfo
+++ b/math/R-car/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2020/10/02 10:31:59 wen Exp $
+$NetBSD: distinfo,v 1.9 2021/09/11 12:31:42 mef Exp $
-SHA1 (R/car_3.0-10.tar.gz) = 600c4ecc316c7b2ed5abff20bb8160c6a5b16939
-RMD160 (R/car_3.0-10.tar.gz) = 55b38e3890bd71b3b91bc8240ce06fdf0ce04fc4
-SHA512 (R/car_3.0-10.tar.gz) = 59e7f58e5f79c854402f15049ed1e36a8e62a1fd3279a3a27194619a61f8120826207290416695767672e7d962190c4a0676cb4f41edb8cf47e1e88fd78118e2
-Size (R/car_3.0-10.tar.gz) = 501293 bytes
+SHA1 (R/car_3.0-11.tar.gz) = 9bbc88254b3db5b30206067ceb617533ae6330b4
+RMD160 (R/car_3.0-11.tar.gz) = b62069028244752ff8e145ee83ba6d7ba2f7601a
+SHA512 (R/car_3.0-11.tar.gz) = 332878f8c6f07bfdac1fbe84fff2211ff8349b68b715b4b97a0a915a8d80e9b877e995bebf5e2b7059d3b2b2fb52bcab64ded6b4da28a88784628ace7f114ec4
+Size (R/car_3.0-11.tar.gz) = 490173 bytes