pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-car



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 10:19:13 UTC 2022

Modified Files:
        pkgsrc/math/R-car: Makefile distinfo

Log Message:
(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().


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-car/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-car/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-car/Makefile
diff -u pkgsrc/math/R-car/Makefile:1.11 pkgsrc/math/R-car/Makefile:1.12
--- pkgsrc/math/R-car/Makefile:1.11     Sat May 21 23:09:12 2022
+++ pkgsrc/math/R-car/Makefile  Sun Dec 18 10:19:13 2022
@@ -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-pbkrtest>=0.4.4:../../math/R
 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

Index: pkgsrc/math/R-car/distinfo
diff -u pkgsrc/math/R-car/distinfo:1.12 pkgsrc/math/R-car/distinfo:1.13
--- pkgsrc/math/R-car/distinfo:1.12     Sat May 21 23:09:12 2022
+++ pkgsrc/math/R-car/distinfo  Sun Dec 18 10:19:13 2022
@@ -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