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 12 04:32:51 UTC 2023
Modified Files:
pkgsrc/math/R-estimability: Makefile distinfo
Log Message:
(math/R-estimability) Updated 1.3 to 1.4.1
(math/R-estimability/work/estimability/inst/NEWS)
Update history for **estimability***
** NOTE: If you have v1.4 installed, please update to a newer version!
** (Or an older one, for that matter)
1.4.1
Correction to version 1.4. The new svd-based methods worked
correctly only for n x p matrices with n >= p. Otherwise things
go badly awry. And this is a big problem because I replaced
the default nonest.basis() method with the svd method.
1.4
Added support for results of svd(), via 'nonest.basis.svd' function
and 'default' method. The 'matrix' method now uses the SVD instead
of the QR decomposition.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-estimability/Makefile
cvs rdiff -u -r1.3 -r1.4 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.2 pkgsrc/math/R-estimability/Makefile:1.3
--- pkgsrc/math/R-estimability/Makefile:1.2 Thu Aug 8 19:53:49 2019
+++ pkgsrc/math/R-estimability/Makefile Sun Feb 12 04:32:51 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/08/08 19:53:49 brook Exp $
+# $NetBSD: Makefile,v 1.3 2023/02/12 04:32:51 mef Exp $
R_PKGNAME= estimability
-R_PKGVER= 1.3
-CATEGORIES= math
+R_PKGVER= 1.4.1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Tools for assessing estimability of linear predictions
@@ -10,5 +9,7 @@ LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-estimability/distinfo
diff -u pkgsrc/math/R-estimability/distinfo:1.3 pkgsrc/math/R-estimability/distinfo:1.4
--- pkgsrc/math/R-estimability/distinfo:1.3 Tue Oct 26 10:55:26 2021
+++ pkgsrc/math/R-estimability/distinfo Sun Feb 12 04:32:51 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:55:26 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/02/12 04:32:51 mef Exp $
-BLAKE2s (R/estimability_1.3.tar.gz) = 9c0f1194199981522ad24322d4d7ca849b5e274ef5e3f2d7839ed0094beb70ff
-SHA512 (R/estimability_1.3.tar.gz) = 83f707dff5f85eebdb9560314a1e4717a17c97a4517ef774b9a6070bbabe63f0940c87c8b1aa1e5b750a5ca8ecae09e051c57579217284c1f4ca005ce323c952
-Size (R/estimability_1.3.tar.gz) = 9481 bytes
+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
Home |
Main Index |
Thread Index |
Old Index