diff options
Diffstat (limited to 'math/R-cran-forecast')
-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 |
3 files changed, 28 insertions, 0 deletions
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/ |