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:           Tue Jun 13 14:13:53 UTC 2023

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

Log Message:
(math/R-car) Update 3.1.1 to 3.1.2

Changes to Version 3.1-2

  o Fixed bugs in interface for residualPlots() and residualPlot()

  o Fixed hccm() to return a correct error message when regressors are
   ill-conditioned.

  o Use t-distribution for score tests in boxTidwell() and add omnibus
   score test (suggestions of Peter Dalgaard).

  o residualPlots() is no longer confused by a one-column matrix
    regressor, produced, e.g., by scale() (issue reported by Tom
    Wenseleers).

  o Make the printed formating of hypotheses in linearHypothesis()
  more tolerant of coefficients with certain non-standard names (after
  issue reported by Matthieu Stigler).

  o Tweak linearHypothesis() for multinom models and add example.

  o Update scatter3d() and crPlot3d() to use rgl::*3d() functions;
    requires rgl (>= 0.111.3) (patch courtesy of Duncan Murdoch).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-car/Makefile
cvs rdiff -u -r1.13 -r1.14 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.12 pkgsrc/math/R-car/Makefile:1.13
--- pkgsrc/math/R-car/Makefile:1.12     Sun Dec 18 10:19:13 2022
+++ pkgsrc/math/R-car/Makefile  Tue Jun 13 14:13:53 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/12/18 10:19:13 mef Exp $
+# $NetBSD: Makefile,v 1.13 2023/06/13 14:13:53 mef Exp $
 
 R_PKGNAME=     car
-R_PKGVER=      3.1-1
+R_PKGVER=      3.1-2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Companion to 'Applied Regression'

Index: pkgsrc/math/R-car/distinfo
diff -u pkgsrc/math/R-car/distinfo:1.13 pkgsrc/math/R-car/distinfo:1.14
--- pkgsrc/math/R-car/distinfo:1.13     Sun Dec 18 10:19:13 2022
+++ pkgsrc/math/R-car/distinfo  Tue Jun 13 14:13:53 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2022/12/18 10:19:13 mef Exp $
+$NetBSD: distinfo,v 1.14 2023/06/13 14:13:53 mef Exp $
 
-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
+BLAKE2s (R/car_3.1-2.tar.gz) = d3f24b072868a371c1b5a4786e70803ef9db9934790128b7d75341daa3202145
+SHA512 (R/car_3.1-2.tar.gz) = 1a080006b931f4700825bb907be0496a774046a4245b5da49aaf7818c7502945c56e90f83c9cd492c8647e8139e6476117fc25e41413375e5983419f20962e23
+Size (R/car_3.1-2.tar.gz) = 579829 bytes



Home | Main Index | Thread Index | Old Index