pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-lmtest



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun May 29 09:48:06 UTC 2022

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

Log Message:
Update to 0.9.40
Remove duplicate line

Upstream changes:
Changes in Version 0.9-40

  * bptest() now optionally also accepts a "weights" argument and processes
    weighted "lm" objects correctly (suggested by Robert Gulotty).

  * The degrees of freedom (df) in the default coeftest() method can now also
    be a vector of the same length as the coefficients.

Changes in Version 0.9-39

  o Small improvements in handling of "df" attribute in coeftest() methods.

  o In case update() is called within the default waldtest() method, it tries
    harder to evaluate this in the calling environment (reported by Vincent
    Arel-Bundock). This is still not guaranteed to find the right data but
    should be more robust than the previous implementation. To avoid any such
    issues it is recommended to call waldtest(object1, object2) and fitted
    model objects (and not just update formulas).

Changes in Version 0.9-38

  o coeftest.default() now includes attributes for "nobs" and "logLik" provided
    that nobs() and logLik() extractors are available. This is in order to
    facilitate model summaries a la broom::glance for "coeftest" objects
    (suggested by Grant McDermott). The attributes can be extracted again
    from the coeftest object with nobs() and logLik(), respectively.

  o Optionally, the entire original model object x is saved as an attribute
    "object" in coeftest(x, save = TRUE). Like nobs/logLik above, this should
    also facilitate model summaries.

  o waldtest.default() is stricter about detecting non-nestedness of models,
    e.g., when under the alternative variables are added but the intercept
    dropped.

  o waldtest.lm() now uses . ~ 0 as the default reference model if waldtest(object)
    tests an object without intercept (suggested by Kevin Tappe).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-lmtest/Makefile \
    pkgsrc/math/R-lmtest/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-lmtest/Makefile
diff -u pkgsrc/math/R-lmtest/Makefile:1.4 pkgsrc/math/R-lmtest/Makefile:1.5
--- pkgsrc/math/R-lmtest/Makefile:1.4   Thu Aug  8 19:53:51 2019
+++ pkgsrc/math/R-lmtest/Makefile       Sun May 29 09:48:05 2022
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2019/08/08 19:53:51 brook Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/29 09:48:05 wen Exp $
 
 R_PKGNAME=     lmtest
-R_PKGVER=      0.9-37
+R_PKGVER=      0.9-40
 CATEGORIES=    math
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Testing linear regression models
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
-DEPENDS+=      R-zoo>=1.8.3:../../math/R-zoo
 DEPENDS+=      R-zoo>=1.8.6:../../math/R-zoo
 
 USE_LANGUAGES= c fortran
Index: pkgsrc/math/R-lmtest/distinfo
diff -u pkgsrc/math/R-lmtest/distinfo:1.4 pkgsrc/math/R-lmtest/distinfo:1.5
--- pkgsrc/math/R-lmtest/distinfo:1.4   Tue Oct 26 10:55:29 2021
+++ pkgsrc/math/R-lmtest/distinfo       Sun May 29 09:48:05 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:55:29 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/29 09:48:05 wen Exp $
 
-BLAKE2s (R/lmtest_0.9-37.tar.gz) = 9b772503270861669bdcc97fde6ac1b011746945a0d21a7841ca2a0b8eb33746
-SHA512 (R/lmtest_0.9-37.tar.gz) = 2d58a5297b00dd227f5f5187a1be0772c6bb3acc57fbccd32a3673579460cd530d19466e0b49ce9eae91544a003ec19d538c495629a89600bed2bf7e6895292c
-Size (R/lmtest_0.9-37.tar.gz) = 184426 bytes
+BLAKE2s (R/lmtest_0.9-40.tar.gz) = c6bd488cd315d76cbe91a5abbbb6cd9d68694fed49be59f23c78c245588adf9f
+SHA512 (R/lmtest_0.9-40.tar.gz) = 43df21a4b34f11c081aa752f3531869477cf890ab8fdb94d88cd8ad197f191a7a8c30d6cefe055dee126fc3470c689311129245eb20873bc41b1ad26c6e5ce20
+Size (R/lmtest_0.9-40.tar.gz) = 230313 bytes



Home | Main Index | Thread Index | Old Index