pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-car (math/R-car) Updated 3.0.10 to 3.0.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/554a85abeb1f
branches:  trunk
changeset: 458183:554a85abeb1f
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Sep 11 12:31:42 2021 +0000

description:
(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:

 math/R-car/Makefile |  11 ++++++++---
 math/R-car/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r c81210a4f524 -r 554a85abeb1f math/R-car/Makefile
--- a/math/R-car/Makefile       Sat Sep 11 12:28:09 2021 +0000
+++ b/math/R-car/Makefile       Sat Sep 11 12:31:42 2021 +0000
@@ -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@localhost
 COMMENT=       Companion to 'Applied Regression'
@@ -16,8 +16,13 @@
 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 -r c81210a4f524 -r 554a85abeb1f math/R-car/distinfo
--- a/math/R-car/distinfo       Sat Sep 11 12:28:09 2021 +0000
+++ b/math/R-car/distinfo       Sat Sep 11 12:31:42 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index