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.13 to 3.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3c955051d66
branches:  trunk
changeset: 390294:e3c955051d66
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 10:19:13 2022 +0000

description:
(math/R-car) Updated 3.0.13 to 3.1.1

Changes to Version 3.1-1

  o Fixed bug in hccm(): when some cases are fit exactly all versions
    of the hccm estimate are singular and inconsistent.  A error message
    is now returned.

  o Fixed bug in Anova.survreg() for Wald tests (reported by Megan
    Taylor Jones), which failed with a spurious "missing residual df"
    error.

  o Made Anova.lm() more robust when there are aliased coefficients
    (following report of cryptic output by Taiwo Fagbohungbe).

  o Added reg.function, reg.function.col, and mouseMode arguments to
    scatter3d(), and mouseMode to crPlot3d().

  o Added fill and associated arguments to influencePlot() (initial
    implementation of Michael Friendly).

  o Added confidenceEllipses() function to create matrix of all
    pairwise confidence ellipses for a regression model (suggestion of
    Michael Friendly).

  o Moved the pointLabel() function from the maptools package in
    anticipation of the retirement of that package, and with the
    permission of the function author, Tom Short.

Changes to Version 3.1-0

  o New 3D added-variable and component+residual plots, avPlot3d() and
    crPlot3d().

  o More flexible recode()/Recode().

  o Added Anova.svycoxph() to prevent selection of test.statistic="LR".

  o New take on vif.lm().

diffstat:

 math/R-car/Makefile |  6 +++---
 math/R-car/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r dd9de0796618 -r e3c955051d66 math/R-car/Makefile
--- a/math/R-car/Makefile       Sun Dec 18 10:14:32 2022 +0000
+++ b/math/R-car/Makefile       Sun Dec 18 10:19:13 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/05/21 23:09:12 mef Exp $
+# $NetBSD: Makefile,v 1.12 2022/12/18 10:19:13 mef Exp $
 
 R_PKGNAME=     car
-R_PKGVER=      3.0-13
+R_PKGVER=      3.1-1
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Companion to 'Applied Regression'
@@ -15,7 +15,7 @@
 DEPENDS+=      R-quantreg>=5.42.1:../../math/R-quantreg
 
 # Packages suggested but not available:
-#   'alr4', 'coxme', 'leaps', 'lmtest'
+#   'alr4', 'coxme', 'leaps'
 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
diff -r dd9de0796618 -r e3c955051d66 math/R-car/distinfo
--- a/math/R-car/distinfo       Sun Dec 18 10:14:32 2022 +0000
+++ b/math/R-car/distinfo       Sun Dec 18 10:19:13 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/05/21 23:09:12 mef Exp $
+$NetBSD: distinfo,v 1.13 2022/12/18 10:19:13 mef Exp $
 
-BLAKE2s (R/car_3.0-13.tar.gz) = 064cd405d50a7d5d6c674078d7b1bd9f467816d92f9e1c9dd8d01c5843a97022
-SHA512 (R/car_3.0-13.tar.gz) = adc75a2449f7367fe21e9d67c9642b59678f465d1d59f847dcce4fddcf9c99bf7327743cdfb49feaaea554d07af9e21f89a099ee03ea30eb39ed2ca6c5459504
-Size (R/car_3.0-13.tar.gz) = 494341 bytes
+BLAKE2s (R/car_3.1-1.tar.gz) = e5199709f7e93b2c6d5b2b17d99adf137886af29ea1c72efb22f6451f1723ef9
+SHA512 (R/car_3.1-1.tar.gz) = e18af87491d97a3ab325a816b88bca727d98e0e1bbf8fc850925d1f5e271609685cd7820e354599803bc0f7b5705636a4315b0e524b54e10a28096023a6729c5
+Size (R/car_3.1-1.tar.gz) = 578902 bytes



Home | Main Index | Thread Index | Old Index