diff options
author | minskim <minskim@pkgsrc.org> | 2018-03-23 16:43:28 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-03-23 16:43:28 +0000 |
commit | a70c26445c201bb046f73ed7d128c990e06fef39 (patch) | |
tree | a90ebde49ad31dc370f71861ee7eb98378edb522 /math | |
parent | 7eb8555d271d7ef8f2a6e6243413005b551cd6d0 (diff) | |
download | pkgsrc-a70c26445c201bb046f73ed7d128c990e06fef39.tar.gz |
math/R-forecast: Import version 8.2
Methods and tools for displaying and analysing univariate time series
forecasts including exponential smoothing via state space models and
automatic ARIMA modelling.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-forecast/DESCR | 3 | ||||
-rw-r--r-- | math/R-forecast/Makefile | 29 | ||||
-rw-r--r-- | math/R-forecast/distinfo | 6 |
3 files changed, 38 insertions, 0 deletions
diff --git a/math/R-forecast/DESCR b/math/R-forecast/DESCR new file mode 100644 index 00000000000..88c26371b38 --- /dev/null +++ b/math/R-forecast/DESCR @@ -0,0 +1,3 @@ +Methods and tools for displaying and analysing univariate time series +forecasts including exponential smoothing via state space models and +automatic ARIMA modelling. diff --git a/math/R-forecast/Makefile b/math/R-forecast/Makefile new file mode 100644 index 00000000000..1c946dfe63d --- /dev/null +++ b/math/R-forecast/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1 2018/03/23 16:43:28 minskim Exp $ + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://pkg.robjhyndman.com/forecast/ +COMMENT= Forecasting functions for time series and linear models +LICENSE= gnu-gpl-v3 + +R_PKGNAME= forecast +R_PKGVER= 8.2 + +DEPENDS+= R-colorspace-[0-9]*:../../graphics/R-colorspace +DEPENDS+= R-fracdiff-[0-9]*:../../math/R-fracdiff +DEPENDS+= R-ggplot2>=2.0.0:../../graphics/R-ggplot2 +DEPENDS+= R-lmtest-[0-9]*:../../math/R-lmtest +DEPENDS+= R-magrittr-[0-9]*:../../devel/R-magrittr +DEPENDS+= R-timeDate-[0-9]*:../../time/R-timeDate +DEPENDS+= R-tseries-[0-9]*:../../finance/R-tseries +DEPENDS+= R-zoo-[0-9]*:../../math/R-zoo + +USE_LANGUAGES= c c++ fortran + +.include "../../devel/R-Rcpp/buildlink3.mk" +BUILDLINK_ABI_DEPENDS.R+= R>=3.0.2 +.include "../../math/R/Makefile.extension" +.include "../../math/R-RcppArmadillo/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-forecast/distinfo b/math/R-forecast/distinfo new file mode 100644 index 00000000000..460bf73070e --- /dev/null +++ b/math/R-forecast/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/23 16:43:28 minskim Exp $ + +SHA1 (R/forecast_8.2.tar.gz) = c84f996b42c316853e7c22cc035de597a31793f3 +RMD160 (R/forecast_8.2.tar.gz) = 343d4a1afbb22d5c49c4203be11afb7c7ad8e0cc +SHA512 (R/forecast_8.2.tar.gz) = f4285cc01b499afd6e7b10e1124823ecf217ed017623ba7d2f274ee79083b491c62217c29263d06c2676b582ffb76cac43d64e201bebad4af94e34a905470742 +Size (R/forecast_8.2.tar.gz) = 784337 bytes |