pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/R-forecast math/R-forecast: Import version 8.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/2270c4aad10f
branches: trunk
changeset: 377868:2270c4aad10f
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Mar 23 16:43:28 2018 +0000
description:
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:
math/R-forecast/DESCR | 3 +++
math/R-forecast/Makefile | 29 +++++++++++++++++++++++++++++
math/R-forecast/distinfo | 6 ++++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r f7317c9bb7da -r 2270c4aad10f math/R-forecast/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-forecast/DESCR Fri Mar 23 16:43:28 2018 +0000
@@ -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 -r f7317c9bb7da -r 2270c4aad10f math/R-forecast/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-forecast/Makefile Fri Mar 23 16:43:28 2018 +0000
@@ -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@localhost
+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 -r f7317c9bb7da -r 2270c4aad10f math/R-forecast/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-forecast/distinfo Fri Mar 23 16:43:28 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index