2013-05-06 05:00:57 +02:00
|
|
|
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= forecast
|
2014-03-25 16:09:55 +01:00
|
|
|
PORTVERSION= 5.3
|
2013-05-06 05:00:57 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= tota@FreeBSD.org
|
|
|
|
COMMENT= Forecasting functions for time series and linear models
|
|
|
|
|
|
|
|
LICENSE= GPLv2 GPLv3
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-05-06 15:57:43 +02:00
|
|
|
RUN_DEPENDS= R-cran-tseries>0:${PORTSDIR}/finance/R-cran-tseries \
|
|
|
|
R-cran-fracdiff>0:${PORTSDIR}/math/R-cran-fracdiff \
|
|
|
|
R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \
|
2014-02-09 15:52:35 +01:00
|
|
|
R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp \
|
2013-05-06 15:57:43 +02:00
|
|
|
R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo \
|
2014-01-20 22:35:05 +01:00
|
|
|
R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace \
|
|
|
|
R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate
|
2013-05-06 05:00:57 +02:00
|
|
|
|
2013-12-28 11:28:40 +01:00
|
|
|
USES= cran:auto-plist
|
2013-05-06 05:00:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|