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:           Sat May 21 23:09:12 UTC 2022

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

Log Message:
(math/R-car) Updated 3.0.11 to 3.0.13

Changes to Version 3.0-13

  o Handle singularities better in Anova.mlm() (suggestion of Marius Barth).

  o Fixed error reporting in logit() (bug reported by Collin Erickson).

  o Added pt.cex and cex sub-arguments to legend argument of
  scatterplotMatrix() (implicit suggestion of Duncan Mackay).

  o New vif.lm() method with options for handling linear models with interactions.

  o Fixed bug in cooks.distance.influence.lme() (in effect, incorrect
  division by the error variance twice rather than once), and a sign
  error in dfbeta.influence.lme() and dfbetas.influence.lme()
  (following report by Ben Bolker).

  o Added an error.df argument to the default methods of
  linearHypothesis() and Anova() for computing F-tests; if the
  argument is unspecified, then df.residual() is applied to the model,
  and if df.residual() returns NULL or NA, then an asymptotic
  chi-square test is substituted for the F-test (in response to a
  report by Adrian Olszewski that Anova() fails for gls models when an
  F-test is requested).

Changes to Version 3.0-12

  o The 'rio` package is now suggested, not required.  To use the
  Import() and Export() functions users may need to install rio using
  install.packages("rio")

  o hccm() now reports an interpretable error, except for type = "hc0"
  or "hc1", when there are cases with hatvalues = 1 (following problem
  reported by Peng Ding).

  o Fix bug in rownames in dfbetasPlots.lm() (reported by Shu Fai
  Cheun).

  o Package 'rio' was moved from Imports to Suggests. Both Import()
  and Export() now check for the availability of 'rio' first and
  report an error otherwise.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-car/Makefile
cvs rdiff -u -r1.11 -r1.12 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.10 pkgsrc/math/R-car/Makefile:1.11
--- pkgsrc/math/R-car/Makefile:1.10     Sat Sep 11 12:31:42 2021
+++ pkgsrc/math/R-car/Makefile  Sat May 21 23:09:12 2022
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.10 2021/09/11 12:31:42 mef Exp $
+# $NetBSD: Makefile,v 1.11 2022/05/21 23:09:12 mef Exp $
 
 R_PKGNAME=     car
-R_PKGVER=      3.0-11
+R_PKGVER=      3.0-13
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Companion to 'Applied Regression'
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-DEPENDS+=      R-rio>=0.5.16:../../devel/R-rio
 DEPENDS+=      R-maptools>=0.9.5:../../geography/R-maptools
 DEPENDS+=      R-abind>=1.4.5:../../math/R-abind
 DEPENDS+=      R-carData>=3.0.0:../../math/R-carData
@@ -21,6 +20,7 @@ TEST_DEPENDS+=        R-lmtest-[0-9]*:../../mat
 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-rio>=0.5.16:../../devel/R-rio
 TEST_DEPENDS+= R-sandwich-[0-9]*:../../math/R-sandwich
 TEST_DEPENDS+= R-lme4-[0-9]*:../../math/R-lme4
 

Index: pkgsrc/math/R-car/distinfo
diff -u pkgsrc/math/R-car/distinfo:1.11 pkgsrc/math/R-car/distinfo:1.12
--- pkgsrc/math/R-car/distinfo:1.11     Tue Oct 26 10:55:25 2021
+++ pkgsrc/math/R-car/distinfo  Sat May 21 23:09:12 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:55:25 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/05/21 23:09:12 mef Exp $
 
-BLAKE2s (R/car_3.0-11.tar.gz) = 710f49907616f5ea692ecb9c29076b06493ab4c68ade5391db54f0db09fe6c49
-SHA512 (R/car_3.0-11.tar.gz) = 332878f8c6f07bfdac1fbe84fff2211ff8349b68b715b4b97a0a915a8d80e9b877e995bebf5e2b7059d3b2b2fb52bcab64ded6b4da28a88784628ace7f114ec4
-Size (R/car_3.0-11.tar.gz) = 490173 bytes
+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



Home | Main Index | Thread Index | Old Index