diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:21:42 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:21:42 +0000 |
commit | 9aeaf0e6f85542e27510863f824d1fb16154cd82 (patch) | |
tree | 58a8c16b4c398566f10c078a596ff231d9471b59 | |
parent | 5fe7c17a71935fc14734f99256147c07fa8bf76e (diff) | |
download | pkgsrc-9aeaf0e6f85542e27510863f824d1fb16154cd82.tar.gz |
R-mitools: initial commit.
Tools to perform analyses and combine results from multiple-imputation
datasets.
-rw-r--r-- | doc/CHANGES-2019 | 3 | ||||
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/R-mitools/DESCR | 2 | ||||
-rw-r--r-- | math/R-mitools/Makefile | 18 | ||||
-rw-r--r-- | math/R-mitools/distinfo | 6 |
5 files changed, 30 insertions, 2 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index 17cc28b67f5..2a934796bdb 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3107 2019/07/31 13:19:38 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3108 2019/07/31 13:21:42 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5064,3 +5064,4 @@ Changes to the packages collection and infrastructure in 2019: Added math/R-ellipsis version 0.2.0.1 [brook 2019-07-31] Added math/R-estimability version 1.3 [brook 2019-07-31] Added math/R-forcats version 0.4.0 [brook 2019-07-31] + Added math/R-mitools version 2.4 [brook 2019-07-31] diff --git a/math/Makefile b/math/Makefile index 445ec848c4e..d1292cb67cb 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.417 2019/07/31 13:19:37 brook Exp $ +# $NetBSD: Makefile,v 1.418 2019/07/31 13:21:42 brook Exp $ COMMENT= Mathematics @@ -68,6 +68,7 @@ SUBDIR+= R-lmtest SUBDIR+= R-mapproj SUBDIR+= R-maps SUBDIR+= R-minqa +SUBDIR+= R-mitools SUBDIR+= R-moonsun SUBDIR+= R-mvtnorm SUBDIR+= R-ncdf diff --git a/math/R-mitools/DESCR b/math/R-mitools/DESCR new file mode 100644 index 00000000000..ced70d327a8 --- /dev/null +++ b/math/R-mitools/DESCR @@ -0,0 +1,2 @@ +Tools to perform analyses and combine results from multiple-imputation +datasets. diff --git a/math/R-mitools/Makefile b/math/R-mitools/Makefile new file mode 100644 index 00000000000..61c9ef72335 --- /dev/null +++ b/math/R-mitools/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2019/07/31 13:21:43 brook Exp $ + +CATEGORIES= math R + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/mitools/ +COMMENT= Tools for multiple imputation of missing data +LICENSE= gnu-gpl-v2 + +R_PKGNAME= mitools +R_PKGVER= 2.4 + +DEPENDS+= R-DBI>=1.0.0:../../math/R-DBI + +USE_LANGUAGES= # none + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-mitools/distinfo b/math/R-mitools/distinfo new file mode 100644 index 00000000000..71dd9fe5cd2 --- /dev/null +++ b/math/R-mitools/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/07/31 13:21:43 brook Exp $ + +SHA1 (R/mitools_2.4.tar.gz) = f50297928af7ca849f992f2be1408a5fd3ef4fc8 +RMD160 (R/mitools_2.4.tar.gz) = 875a3b594a7df9fab2c48f832b3627ea4a1ef9d5 +SHA512 (R/mitools_2.4.tar.gz) = c98105420b14b360ad7ceaf0d45e2d86f650ec0513ed75a2771b95fa6675c7d082585ea3ae30fe8bc9e8892fda3dcfab96d74fb7696b776ad5eb951ea464cf4c +Size (R/mitools_2.4.tar.gz) = 229514 bytes |