Date: Mon, 6 May 2013 03:00:57 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317458 - in head/math: . R-cran-forecast Message-ID: <201305060300.r4630vbd079871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Mon May 6 03:00:57 2013 New Revision: 317458 URL: http://svnweb.freebsd.org/changeset/ports/317458 Log: -Add new port: math/R-cran-forecast Methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. WWW: http://cran.r-project.org/web/packages/forecast/ Added: head/math/R-cran-forecast/ head/math/R-cran-forecast/Makefile (contents, props changed) head/math/R-cran-forecast/distinfo (contents, props changed) head/math/R-cran-forecast/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon May 6 02:56:30 2013 (r317457) +++ head/math/Makefile Mon May 6 03:00:57 2013 (r317458) @@ -20,6 +20,7 @@ SUBDIR += R-cran-coda SUBDIR += R-cran-deldir SUBDIR += R-cran-dlmodeler + SUBDIR += R-cran-forecast SUBDIR += R-cran-gpclib SUBDIR += R-cran-gss SUBDIR += R-cran-gtable Added: head/math/R-cran-forecast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-forecast/Makefile Mon May 6 03:00:57 2013 (r317458) @@ -0,0 +1,21 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= forecast +PORTVERSION= 4.03 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Forecasting functions for time series and linear models + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +RUN_DEPENDS= R-cran-fracdiff>0:${PORTSDIR}/math/R-cran-fracdiff \ + R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/math/R-cran-forecast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-forecast/distinfo Mon May 6 03:00:57 2013 (r317458) @@ -0,0 +1,2 @@ +SHA256 (forecast_4.03.tar.gz) = 320f0782f27f91b00393aee326ae1b6c186cc86ec1af03f28f22d232ecad7b75 +SIZE (forecast_4.03.tar.gz) = 130568 Added: head/math/R-cran-forecast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-forecast/pkg-descr Mon May 6 03:00:57 2013 (r317458) @@ -0,0 +1,5 @@ +Methods and tools for displaying and analysing univariate time +series forecasts including exponential smoothing via state space +models and automatic ARIMA modelling. + +WWW: http://cran.r-project.org/web/packages/forecast/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305060300.r4630vbd079871>