svn commit: r403844 - in head/math: . R-cran-Amelia

Wen Heping wen at FreeBSD.org
Wed Dec 16 13:56:36 UTC 2015


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Amelia
+DISTVERSION=	1.7.4
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	wen at 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


More information about the svn-ports-head mailing list