From owner-svn-ports-head@freebsd.org Wed Dec 16 13:56:36 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8C56A49C8C; Wed, 16 Dec 2015 13:56:35 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FDAC1D9B; Wed, 16 Dec 2015 13:56:35 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBG7Cpar014431; Wed, 16 Dec 2015 07:12:51 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBG7CoqP014427; Wed, 16 Dec 2015 07:12:50 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201512160712.tBG7CoqP014427@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 16 Dec 2015 07:12:50 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 13:56:36 -0000 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 +# $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 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