pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-effects
Module Name: pkgsrc
Committed By: mef
Date: Fri Dec 6 23:10:19 UTC 2024
Modified Files:
pkgsrc/graphics/R-effects: Makefile distinfo
Log Message:
(graphics/R-effects) Updated 4.2.1 to 4.2.2
Version 4.2-2
o Added warning or note about unestimable effects.
o More robust computation of residual df in Effect.lm(), to
accommodate broader classes of models.
o Insure that factor levels of focal predictor are in proper order
bug (reported by Christoph Scherber) didn't visibly affect plots or
tables, just order of levels in returned factor.
o Functions supported by effects vignette rewritten (and renamed).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/R-effects/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/R-effects/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/R-effects/Makefile
diff -u pkgsrc/graphics/R-effects/Makefile:1.3 pkgsrc/graphics/R-effects/Makefile:1.4
--- pkgsrc/graphics/R-effects/Makefile:1.3 Sat May 21 15:33:51 2022
+++ pkgsrc/graphics/R-effects/Makefile Fri Dec 6 23:10:19 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/05/21 15:33:51 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/12/06 23:10:19 mef Exp $
R_PKGNAME= effects
-R_PKGVER= 4.2-1
+R_PKGVER= 4.2-2
CATEGORIES= graphics
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -16,8 +16,11 @@ DEPENDS+= R-lme4>=1.1.21:../../math/R-lm
DEPENDS+= R-survey>=3.36:../../math/R-survey
# Packages suggested but not available:
-# 'pbkrtest', 'poLCA', 'heplots', 'ordinal', 'car', 'knitr', 'betareg',
-# 'alr4', 'robustlmm'
+# 'poLCA', 'heplots', 'ordinal', 'betareg', 'alr4', 'robustlmm'
+
+TEST_DEPENDS+= R-pbkrtest-[0-9]*:../../math/R-pbkrtest
+TEST_DEPENDS+= R-car-[0-9]*:../../math/R-car
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
USE_LANGUAGES= # none
Index: pkgsrc/graphics/R-effects/distinfo
diff -u pkgsrc/graphics/R-effects/distinfo:1.4 pkgsrc/graphics/R-effects/distinfo:1.5
--- pkgsrc/graphics/R-effects/distinfo:1.4 Sat May 21 15:33:51 2022
+++ pkgsrc/graphics/R-effects/distinfo Fri Dec 6 23:10:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/05/21 15:33:51 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/12/06 23:10:19 mef Exp $
-BLAKE2s (R/effects_4.2-1.tar.gz) = aa0591fced2bf740987a2bdc3fd466c73bf9e3215a94ae128be570e5e1a5017d
-SHA512 (R/effects_4.2-1.tar.gz) = 2c8aabc684aeb17ef927e13aa5a0f5e4aaf5568d18f10edd820a7674bf7358fc5eb5ab03071852c95d1bfac7e48056662cd1887879f14c17e36bdd2b817c1c09
-Size (R/effects_4.2-1.tar.gz) = 2350440 bytes
+BLAKE2s (R/effects_4.2-2.tar.gz) = 4c5b902a19b81bd8d50843d1cb05b98f67959acf006667dc4d5ccaf4f8c1e98f
+SHA512 (R/effects_4.2-2.tar.gz) = 90ee9405ca90998bf68bef103563ef4172a96b73e204ab25fb5a1d03e3c3c3fe14031d9c39fa905ba6a21019608cabde5efc56a4416889a4142aa9f94426eba6
+Size (R/effects_4.2-2.tar.gz) = 2200805 bytes
Home |
Main Index |
Thread Index |
Old Index