pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-estimability: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65b4b868a2f1
branches:  trunk
changeset: 337044:65b4b868a2f1
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:17:00 2019 +0000

description:
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).

diffstat:

 doc/CHANGES-2019             |   3 ++-
 math/Makefile                |   3 ++-
 math/R-estimability/DESCR    |   6 ++++++
 math/R-estimability/Makefile |  16 ++++++++++++++++
 math/R-estimability/distinfo |   6 ++++++
 5 files changed, 32 insertions(+), 2 deletions(-)

diffs (71 lines):

diff -r bc62c39ac024 -r 65b4b868a2f1 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:13:39 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:17:00 2019 +0000
@@ -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 @@
        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]
diff -r bc62c39ac024 -r 65b4b868a2f1 math/Makefile
--- a/math/Makefile     Wed Jul 31 13:13:39 2019 +0000
+++ b/math/Makefile     Wed Jul 31 13:17:00 2019 +0000
@@ -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-e1071
 SUBDIR+=       R-ellipsis
 SUBDIR+=       R-emdbook
+SUBDIR+=       R-estimability
 SUBDIR+=       R-forecast
 SUBDIR+=       R-fracdiff
 SUBDIR+=       R-gdata
diff -r bc62c39ac024 -r 65b4b868a2f1 math/R-estimability/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-estimability/DESCR Wed Jul 31 13:17:00 2019 +0000
@@ -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).
diff -r bc62c39ac024 -r 65b4b868a2f1 math/R-estimability/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-estimability/Makefile      Wed Jul 31 13:17:00 2019 +0000
@@ -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"
diff -r bc62c39ac024 -r 65b4b868a2f1 math/R-estimability/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-estimability/distinfo      Wed Jul 31 13:17:00 2019 +0000
@@ -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