pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-forecast



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Mar 23 16:43:28 UTC 2018

Added Files:
        pkgsrc/math/R-forecast: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-forecast/DESCR \
    pkgsrc/math/R-forecast/Makefile pkgsrc/math/R-forecast/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-forecast/DESCR
diff -u /dev/null pkgsrc/math/R-forecast/DESCR:1.1
--- /dev/null   Fri Mar 23 16:43:28 2018
+++ pkgsrc/math/R-forecast/DESCR        Fri Mar 23 16:43:28 2018
@@ -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.
Index: pkgsrc/math/R-forecast/Makefile
diff -u /dev/null pkgsrc/math/R-forecast/Makefile:1.1
--- /dev/null   Fri Mar 23 16:43:28 2018
+++ pkgsrc/math/R-forecast/Makefile     Fri Mar 23 16:43:28 2018
@@ -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"
Index: pkgsrc/math/R-forecast/distinfo
diff -u /dev/null pkgsrc/math/R-forecast/distinfo:1.1
--- /dev/null   Fri Mar 23 16:43:28 2018
+++ pkgsrc/math/R-forecast/distinfo     Fri Mar 23 16:43:28 2018
@@ -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