diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-12-16 07:12:50 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-12-16 07:12:50 +0000 |
commit | cadfd2d36da6fcb68c53521582af4c671e684f25 (patch) | |
tree | 0516a423852f1a573e1e79abda9aa6b8a677e5fa | |
parent | Update 4.3.84 --> 4.3.88 (diff) |
A tool that "multiply imputes" missing data in a single cross-section
(such as a survey), from a time series (like variables collected for
each year in a country), or from a time-series-cross-sectional data set
(such as collected by years for each of several countries).
WWW: http://gking.harvard.edu/amelia
Notes
Notes:
svn path=/head/; revision=403844
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-Amelia/Makefile | 22 | ||||
-rw-r--r-- | math/R-cran-Amelia/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-Amelia/pkg-descr | 6 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 680fb9dd29c6..f07a3bace1df 100644 --- a/math/Makefile +++ b/math/Makefile @@ -6,6 +6,7 @@ SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R + SUBDIR += R-cran-Amelia SUBDIR += R-cran-ChangeAnomalyDetection SUBDIR += R-cran-Formula SUBDIR += R-cran-KFAS diff --git a/math/R-cran-Amelia/Makefile b/math/R-cran-Amelia/Makefile new file mode 100644 index 000000000000..f3514eaa967c --- /dev/null +++ b/math/R-cran-Amelia/Makefile @@ -0,0 +1,22 @@ +# Created by: Wen Heping <wen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Amelia +DISTVERSION= 1.7.4 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Program for Missing Data + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +BUILD_DEPENDS= R-cran-Rcpp>=0.11:${PORTSDIR}/devel/R-cran-Rcpp \ + R-cran-RcppArmadillo>=0:${PORTSDIR}/math/R-cran-RcppArmadillo +RUN_DEPENDS= R-cran-Rcpp>=0.11:${PORTSDIR}/devel/R-cran-Rcpp \ + R-cran-RcppArmadillo>=0:${PORTSDIR}/math/R-cran-RcppArmadillo + +USES= cran:auto-plist + +.include <bsd.port.mk> diff --git a/math/R-cran-Amelia/distinfo b/math/R-cran-Amelia/distinfo new file mode 100644 index 000000000000..887cd3150955 --- /dev/null +++ b/math/R-cran-Amelia/distinfo @@ -0,0 +1,2 @@ +SHA256 (Amelia_1.7.4.tar.gz) = cd01b0e261a4256a047b816faa32250c997828ae1e42fc0fe1f7e45eb418c570 +SIZE (Amelia_1.7.4.tar.gz) = 1309481 diff --git a/math/R-cran-Amelia/pkg-descr b/math/R-cran-Amelia/pkg-descr new file mode 100644 index 000000000000..c1790fe547ad --- /dev/null +++ b/math/R-cran-Amelia/pkg-descr @@ -0,0 +1,6 @@ +A tool that "multiply imputes" missing data in a single cross-section +(such as a survey), from a time series (like variables collected for +each year in a country), or from a time-series-cross-sectional data set +(such as collected by years for each of several countries). + +WWW: http://gking.harvard.edu/amelia |