Skip to content

Commit

Permalink
(graphics/R-effects) Updated 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
mef committed Dec 6, 2024
1 parent 1976a60 commit c9c3964
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 7 additions & 4 deletions graphics/R-effects/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand All @@ -16,8 +16,11 @@ DEPENDS+= R-lme4>=1.1.21:../../math/R-lme4
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

Expand Down
8 changes: 4 additions & 4 deletions graphics/R-effects/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c9c3964

Please sign in to comment.