Tools to perform analyses and combine results from multiple-imputation

datasets.

WWW: https://cran.r-project.org/package=mitools
This commit is contained in:
Wen Heping
2019-04-30 07:23:15 +00:00
parent a0dbb429ff
commit ff505d2118
4 changed files with 27 additions and 0 deletions

View File

@@ -75,6 +75,7 @@
SUBDIR += R-cran-memisc
SUBDIR += R-cran-minqa
SUBDIR += R-cran-miscTools
SUBDIR += R-cran-mitools
SUBDIR += R-cran-mvtnorm
SUBDIR += R-cran-nloptr
SUBDIR += R-cran-nnls

View File

@@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= mitools
DISTVERSION= 2.4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Tools for Multiple Imputation of Missing Data
LICENSE= GPLv2
CRAN_DEPENDS= R-cran-DBI>=0:databases/R-cran-DBI
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1556605085
SHA256 (mitools_2.4.tar.gz) = f204f3774e29d79810f579f128de892539518f2cbe6ed237e08c8e7283155d30
SIZE (mitools_2.4.tar.gz) = 229514

View File

@@ -0,0 +1,4 @@
Tools to perform analyses and combine results from multiple-imputation
datasets.
WWW: https://cran.r-project.org/package=mitools