Tools to perform analyses and combine results from multiple-imputation
datasets. WWW: https://cran.r-project.org/package=mitools
This commit is contained in:
@@ -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
|
||||
|
||||
19
math/R-cran-mitools/Makefile
Normal file
19
math/R-cran-mitools/Makefile
Normal 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>
|
||||
3
math/R-cran-mitools/distinfo
Normal file
3
math/R-cran-mitools/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1556605085
|
||||
SHA256 (mitools_2.4.tar.gz) = f204f3774e29d79810f579f128de892539518f2cbe6ed237e08c8e7283155d30
|
||||
SIZE (mitools_2.4.tar.gz) = 229514
|
||||
4
math/R-cran-mitools/pkg-descr
Normal file
4
math/R-cran-mitools/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Tools to perform analyses and combine results from multiple-imputation
|
||||
datasets.
|
||||
|
||||
WWW: https://cran.r-project.org/package=mitools
|
||||
Reference in New Issue
Block a user