Wed Jul 31 13:17:00 2019 UTC ()
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).


(brook)
diff -r1.3105 -r1.3106 pkgsrc/doc/CHANGES-2019
diff -r1.415 -r1.416 pkgsrc/math/Makefile
diff -r0 -r1.1 pkgsrc/math/R-estimability/DESCR
diff -r0 -r1.1 pkgsrc/math/R-estimability/Makefile
diff -r0 -r1.1 pkgsrc/math/R-estimability/distinfo

cvs diff -r1.3105 -r1.3106 pkgsrc/doc/CHANGES-2019 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2019 2019/07/31 13:13:39 1.3105
+++ pkgsrc/doc/CHANGES-2019 2019/07/31 13:17:00 1.3106
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2019,v 1.3105 2019/07/31 13:13:39 brook Exp $ 1$NetBSD: CHANGES-2019,v 1.3106 2019/07/31 13:17:00 brook Exp $
2 2
3Changes to the packages collection and infrastructure in 2019: 3Changes to the packages collection and infrastructure in 2019:
4 4
5 Updated net/hub to 2.7.0 [leot 2019-01-01] 5 Updated net/hub to 2.7.0 [leot 2019-01-01]
6 Updated news/sfeed to 0.9.7 [leot 2019-01-01] 6 Updated news/sfeed to 0.9.7 [leot 2019-01-01]
7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01] 7 Removed chat/xchat successor chat/hexchat [nia 2019-01-01]
8 Updated finance/gnucash to 3.4 [wiz 2019-01-01] 8 Updated finance/gnucash to 3.4 [wiz 2019-01-01]
9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01] 9 Updated finance/gnucash-docs to 3.4 [wiz 2019-01-01]
10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01] 10 Updated mail/qmail-rejectutils to 20181230nb1 [schmonz 2019-01-01]
11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01] 11 Added graphics/ipe version 7.2.7 [wiz 2019-01-01]
12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01] 12 Added emulators/dolphin-emu version 5.0 [nia 2019-01-01]
13 Updated emulators/nestopia to 1.49 [nia 2019-01-01] 13 Updated emulators/nestopia to 1.49 [nia 2019-01-01]
14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01] 14 Updated x11/gtk3 to 3.24.2 [leot 2019-01-01]
@@ -5052,13 +5052,14 @@ Changes to the packages collection and i @@ -5052,13 +5052,14 @@ Changes to the packages collection and i
5052 Updated graphics/exiv2 to 0.27.2 [nia 2019-07-31] 5052 Updated graphics/exiv2 to 0.27.2 [nia 2019-07-31]
5053 Updated devel/ocaml-ppx_custom_printf to 0.12.1 [jaapb 2019-07-31] 5053 Updated devel/ocaml-ppx_custom_printf to 0.12.1 [jaapb 2019-07-31]
5054 Updated devel/libidn2 to 2.2.0 [nia 2019-07-31] 5054 Updated devel/libidn2 to 2.2.0 [nia 2019-07-31]
5055 Updated audio/opusfile to 0.11 [nia 2019-07-31] 5055 Updated audio/opusfile to 0.11 [nia 2019-07-31]
5056 Updated games/openttd to 1.9.2 [nia 2019-07-31] 5056 Updated games/openttd to 1.9.2 [nia 2019-07-31]
5057 Added graphics/R-effects version 4.1.1 [brook 2019-07-31] 5057 Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
5058 Added graphics/R-viridis version 0.5.1 [brook 2019-07-31] 5058 Added graphics/R-viridis version 0.5.1 [brook 2019-07-31]
5059 Added math/R-Formula version 1.2.3 [brook 2019-07-31] 5059 Added math/R-Formula version 1.2.3 [brook 2019-07-31]
5060 Added math/R-RandomFieldsUtils version 0.5.3 [brook 2019-07-31] 5060 Added math/R-RandomFieldsUtils version 0.5.3 [brook 2019-07-31]
5061 Added math/R-RcmdrMisc version 2.5.1 [brook 2019-07-31] 5061 Added math/R-RcmdrMisc version 2.5.1 [brook 2019-07-31]
5062 Added math/R-acepack version 1.4.1 [brook 2019-07-31] 5062 Added math/R-acepack version 1.4.1 [brook 2019-07-31]
5063 Added math/R-backports version 1.1.4 [brook 2019-07-31] 5063 Added math/R-backports version 1.1.4 [brook 2019-07-31]
5064 Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31] 5064 Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31]
 5065 Added math/R-estimability version 1.3 [brook 2019-07-31]

cvs diff -r1.415 -r1.416 pkgsrc/math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/Makefile 2019/07/31 13:13:39 1.415
+++ pkgsrc/math/Makefile 2019/07/31 13:17:00 1.416
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.415 2019/07/31 13:13:39 brook Exp $ 1# $NetBSD: Makefile,v 1.416 2019/07/31 13:17:00 brook Exp $
2 2
3COMMENT= Mathematics 3COMMENT= Mathematics
4 4
5SUBDIR+= R 5SUBDIR+= R
6SUBDIR+= R-CGIwithR 6SUBDIR+= R-CGIwithR
7SUBDIR+= R-DAAG 7SUBDIR+= R-DAAG
8SUBDIR+= R-DBI 8SUBDIR+= R-DBI
9SUBDIR+= R-FNN 9SUBDIR+= R-FNN
10SUBDIR+= R-Formula 10SUBDIR+= R-Formula
11SUBDIR+= R-GRASS 11SUBDIR+= R-GRASS
12SUBDIR+= R-ISLR 12SUBDIR+= R-ISLR
13SUBDIR+= R-ISwR 13SUBDIR+= R-ISwR
14SUBDIR+= R-MatrixModels 14SUBDIR+= R-MatrixModels
@@ -36,26 +36,27 @@ SUBDIR+= R-bbmle @@ -36,26 +36,27 @@ SUBDIR+= R-bbmle
36SUBDIR+= R-bitops 36SUBDIR+= R-bitops
37SUBDIR+= R-car 37SUBDIR+= R-car
38SUBDIR+= R-carData 38SUBDIR+= R-carData
39SUBDIR+= R-chron 39SUBDIR+= R-chron
40SUBDIR+= R-circular 40SUBDIR+= R-circular
41SUBDIR+= R-classInt 41SUBDIR+= R-classInt
42SUBDIR+= R-clim.pact 42SUBDIR+= R-clim.pact
43SUBDIR+= R-coda 43SUBDIR+= R-coda
44SUBDIR+= R-combinat 44SUBDIR+= R-combinat
45SUBDIR+= R-date 45SUBDIR+= R-date
46SUBDIR+= R-e1071 46SUBDIR+= R-e1071
47SUBDIR+= R-ellipsis 47SUBDIR+= R-ellipsis
48SUBDIR+= R-emdbook 48SUBDIR+= R-emdbook
 49SUBDIR+= R-estimability
49SUBDIR+= R-forecast 50SUBDIR+= R-forecast
50SUBDIR+= R-fracdiff 51SUBDIR+= R-fracdiff
51SUBDIR+= R-gdata 52SUBDIR+= R-gdata
52SUBDIR+= R-genetics 53SUBDIR+= R-genetics
53SUBDIR+= R-geoR 54SUBDIR+= R-geoR
54SUBDIR+= R-geoRglm 55SUBDIR+= R-geoRglm
55SUBDIR+= R-gss 56SUBDIR+= R-gss
56SUBDIR+= R-gstat 57SUBDIR+= R-gstat
57SUBDIR+= R-gtable 58SUBDIR+= R-gtable
58SUBDIR+= R-gtools 59SUBDIR+= R-gtools
59SUBDIR+= R-httpRequest 60SUBDIR+= R-httpRequest
60SUBDIR+= R-hwde 61SUBDIR+= R-hwde
61SUBDIR+= R-igraph 62SUBDIR+= R-igraph

File Added: pkgsrc/math/R-estimability/DESCR
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).

File Added: pkgsrc/math/R-estimability/Makefile
# $NetBSD: Makefile,v 1.1 2019/07/31 13:17:00 brook Exp $

CATEGORIES=	math R

MAINTAINER=	pkgsrc-users@NetBSD.org
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"

File Added: pkgsrc/math/R-estimability/distinfo
$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