aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-forecast/Makefile
blob: 836464e98cce31b3971eb4b64fcc30de9c6b3fe2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	forecast
PORTVERSION=	8.9
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	tota@FreeBSD.org
COMMENT=	Forecasting functions for time series and linear models

LICENSE=	GPLv3

CRAN_DEPENDS=	R-cran-colorspace>0:graphics/R-cran-colorspace \
		R-cran-fracdiff>0:math/R-cran-fracdiff \
		R-cran-ggplot2>=2.2.1:graphics/R-cran-ggplot2 \
		R-cran-lmtest>0:finance/R-cran-lmtest \
		R-cran-magrittr>0:devel/R-cran-magrittr \
		R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \
		R-cran-timeDate>0:finance/R-cran-timeDate \
		R-cran-tseries>0:finance/R-cran-tseries \
		R-cran-urca>0:finance/R-cran-urca \
		R-cran-zoo>0:math/R-cran-zoo \
		R-cran-RcppArmadillo>=0.2.35:math/R-cran-RcppArmadillo
BUILD_DEPENDS=	${CRAN_DEPENDS}
RUN_DEPENDS=	${CRAN_DEPENDS}

USES=	cran:auto-plist,compiles

.include <bsd.port.mk>