diff options
author | tota <tota@FreeBSD.org> | 2013-05-06 11:00:57 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2013-05-06 11:00:57 +0800 |
commit | 904cf9adff21d54f8d9de025d044d946a3ec5dcf (patch) | |
tree | c218253282240b9ce37aa62a726bd7e7a3b998a2 | |
parent | 0016983e8cc53886dc1a9922bc41f0736635f5b6 (diff) | |
download | freebsd-ports-gnome-904cf9adff21d54f8d9de025d044d946a3ec5dcf.tar.gz freebsd-ports-gnome-904cf9adff21d54f8d9de025d044d946a3ec5dcf.tar.zst freebsd-ports-gnome-904cf9adff21d54f8d9de025d044d946a3ec5dcf.zip |
-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/
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-forecast/Makefile | 21 | ||||
-rw-r--r-- | math/R-cran-forecast/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-forecast/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f534ceb5f9ed..225a2fd6f452 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile new file mode 100644 index 000000000000..f21c869e277f --- /dev/null +++ b/math/R-cran-forecast/Makefile @@ -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> diff --git a/math/R-cran-forecast/distinfo b/math/R-cran-forecast/distinfo new file mode 100644 index 000000000000..ac8ff0febd8e --- /dev/null +++ b/math/R-cran-forecast/distinfo @@ -0,0 +1,2 @@ +SHA256 (forecast_4.03.tar.gz) = 320f0782f27f91b00393aee326ae1b6c186cc86ec1af03f28f22d232ecad7b75 +SIZE (forecast_4.03.tar.gz) = 130568 diff --git a/math/R-cran-forecast/pkg-descr b/math/R-cran-forecast/pkg-descr new file mode 100644 index 000000000000..1cfd01c7985d --- /dev/null +++ b/math/R-cran-forecast/pkg-descr @@ -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/ |