pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:17:00 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-estimability: DESCR Makefile distinfo

Log Message:
R-estimability: initial commit.

Provides tools for determining estimability of linear functions of
regression coefficients, and 'epredict' methods that handle
non-estimable cases correctly. Estimability theory is discussed in
many linear-models textbooks including Chapter 3 of Monahan, JF
(2008), "A Primer on Linear Models", Chapman and Hall (ISBN
978-1-4200-6201-4).


To generate a diff of this commit:
cvs rdiff -u -r1.3105 -r1.3106 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.415 -r1.416 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-estimability/DESCR \
    pkgsrc/math/R-estimability/Makefile 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/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3105 pkgsrc/doc/CHANGES-2019:1.3106
--- pkgsrc/doc/CHANGES-2019:1.3105      Wed Jul 31 13:13:39 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:17:00 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3105 2019/07/31 13:13:39 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3106 2019/07/31 13:17:00 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5062,3 +5062,4 @@ Changes to the packages collection and i
        Added math/R-acepack version 1.4.1 [brook 2019-07-31]
        Added math/R-backports version 1.1.4 [brook 2019-07-31]
        Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31]
+       Added math/R-estimability version 1.3 [brook 2019-07-31]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.415 pkgsrc/math/Makefile:1.416
--- pkgsrc/math/Makefile:1.415  Wed Jul 31 13:13:39 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:17:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.415 2019/07/31 13:13:39 brook Exp $
+# $NetBSD: Makefile,v 1.416 2019/07/31 13:17:00 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -46,6 +46,7 @@ SUBDIR+=      R-date
 SUBDIR+=       R-e1071
 SUBDIR+=       R-ellipsis
 SUBDIR+=       R-emdbook
+SUBDIR+=       R-estimability
 SUBDIR+=       R-forecast
 SUBDIR+=       R-fracdiff
 SUBDIR+=       R-gdata

Added files:

Index: pkgsrc/math/R-estimability/DESCR
diff -u /dev/null pkgsrc/math/R-estimability/DESCR:1.1
--- /dev/null   Wed Jul 31 13:17:00 2019
+++ pkgsrc/math/R-estimability/DESCR    Wed Jul 31 13:17:00 2019
@@ -0,0 +1,6 @@
+Provides tools for determining estimability of linear functions of
+regression coefficients, and 'epredict' methods that handle
+non-estimable cases correctly. Estimability theory is discussed in
+many linear-models textbooks including Chapter 3 of Monahan, JF
+(2008), "A Primer on Linear Models", Chapman and Hall (ISBN
+978-1-4200-6201-4).
Index: pkgsrc/math/R-estimability/Makefile
diff -u /dev/null pkgsrc/math/R-estimability/Makefile:1.1
--- /dev/null   Wed Jul 31 13:17:00 2019
+++ pkgsrc/math/R-estimability/Makefile Wed Jul 31 13:17:00 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:17:00 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/estimability/
+COMMENT=       Tools for assessing estimability of linear predictions
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     estimability
+R_PKGVER=      1.3
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-estimability/distinfo
diff -u /dev/null pkgsrc/math/R-estimability/distinfo:1.1
--- /dev/null   Wed Jul 31 13:17:00 2019
+++ pkgsrc/math/R-estimability/distinfo Wed Jul 31 13:17:00 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:17:00 brook Exp $
+
+SHA1 (R/estimability_1.3.tar.gz) = 4b3866c6936d8fb7e54048fb597f76b2be8e4e10
+RMD160 (R/estimability_1.3.tar.gz) = d8144615a92518d2268eeb9e1a6d403231543504
+SHA512 (R/estimability_1.3.tar.gz) = 83f707dff5f85eebdb9560314a1e4717a17c97a4517ef774b9a6070bbabe63f0940c87c8b1aa1e5b750a5ca8ecae09e051c57579217284c1f4ca005ce323c952
+Size (R/estimability_1.3.tar.gz) = 9481 bytes



Home | Main Index | Thread Index | Old Index