aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-forecast/Makefile21
-rw-r--r--math/R-cran-forecast/distinfo2
-rw-r--r--math/R-cran-forecast/pkg-descr5
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/