Date: Wed, 16 Dec 2015 07:12:50 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403844 - in head/math: . R-cran-Amelia Message-ID: <201512160712.tBG7CoqP014427@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Wed Dec 16 07:12:50 2015 New Revision: 403844 URL: https://svnweb.freebsd.org/changeset/ports/403844 Log: 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 Added: head/math/R-cran-Amelia/ head/math/R-cran-Amelia/Makefile (contents, props changed) head/math/R-cran-Amelia/distinfo (contents, props changed) head/math/R-cran-Amelia/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Dec 16 07:02:03 2015 (r403843) +++ head/math/Makefile Wed Dec 16 07:12:50 2015 (r403844) @@ -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 Added: head/math/R-cran-Amelia/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Amelia/Makefile Wed Dec 16 07:12:50 2015 (r403844) @@ -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> Added: head/math/R-cran-Amelia/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Amelia/distinfo Wed Dec 16 07:12:50 2015 (r403844) @@ -0,0 +1,2 @@ +SHA256 (Amelia_1.7.4.tar.gz) = cd01b0e261a4256a047b816faa32250c997828ae1e42fc0fe1f7e45eb418c570 +SIZE (Amelia_1.7.4.tar.gz) = 1309481 Added: head/math/R-cran-Amelia/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-Amelia/pkg-descr Wed Dec 16 07:12:50 2015 (r403844) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512160712.tBG7CoqP014427>