pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-estimability



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 25 01:58:27 UTC 2024

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

Log Message:
(math/R-estimability) Updated 1.4.1 to 1.5,  make test passed

** NOTE: If you have v1.4 installed, please update to a newer version!
**       (Or an older one, for that matter)

1.5
    We now require R >= 4.3.0.
    Plays along with the changes in 'predict.lm' that came with R 4.3.0.
    We re-coded the 'nonest.basis.qr' to something much simpler, and the
    old version is kept available as 'legacy.nonest.basis'.
    And a vignette was added to help developers add estimability
    checking to their package.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-estimability/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-estimability/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-estimability/Makefile
diff -u pkgsrc/math/R-estimability/Makefile:1.3 pkgsrc/math/R-estimability/Makefile:1.4
--- pkgsrc/math/R-estimability/Makefile:1.3     Sun Feb 12 04:32:51 2023
+++ pkgsrc/math/R-estimability/Makefile Sun Feb 25 01:58:27 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/02/12 04:32:51 mef Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/25 01:58:27 mef Exp $
 
 R_PKGNAME=     estimability
-R_PKGVER=      1.4.1
+R_PKGVER=      1.5
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Tools for assessing estimability of linear predictions
@@ -10,6 +10,16 @@ LICENSE=     gnu-gpl-v3
 USE_LANGUAGES= # none
 
 TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+
+
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/R-estimability/distinfo
diff -u pkgsrc/math/R-estimability/distinfo:1.4 pkgsrc/math/R-estimability/distinfo:1.5
--- pkgsrc/math/R-estimability/distinfo:1.4     Sun Feb 12 04:32:51 2023
+++ pkgsrc/math/R-estimability/distinfo Sun Feb 25 01:58:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/02/12 04:32:51 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/02/25 01:58:27 mef Exp $
 
-BLAKE2s (R/estimability_1.4.1.tar.gz) = edbbf0bb4c6b6fc1cf2270fc77fc16b8c7d2f3c3adeb01f51576822553488bf9
-SHA512 (R/estimability_1.4.1.tar.gz) = 67e3ba46c8967fad8f6a896f2e430c3d8000b9c90d83151785723f74fe14072beb94523e88f93ad48f32e351d2de18f3ae04332acae1083d213066be58243be9
-Size (R/estimability_1.4.1.tar.gz) = 10606 bytes
+BLAKE2s (R/estimability_1.5.tar.gz) = 8a3aa2f86e6a98e2b93caae70a0790dcb34bdbea7ad5d9f80cc3e5db2b8a1ae0
+SHA512 (R/estimability_1.5.tar.gz) = f1448178dc789fae50ed1ec8e30f226de82d599a8739eb1f1ce261e794d345741eb5fa163fe22087fe875c41f6f3764373a300e9203fea5d0748ba800936fde5
+Size (R/estimability_1.5.tar.gz) = 15781 bytes



Home | Main Index | Thread Index | Old Index