aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-forecast/Makefile
blob: d4291d7a953b52483ad0f4891a157f6393010774 (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
# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$

PORTNAME=	forecast
PORTVERSION=	4.8
PORTREVISION=	2
CATEGORIES=	math
DISTNAME=	${PORTNAME}_${PORTVERSION}

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

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

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 \
		R-cran-Rcpp>=0.9.10:${PORTSDIR}/devel/R-cran-Rcpp \
		R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo \
		R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace

USE_R_MOD=	yes
R_MOD_AUTOPLIST=	yes

.include <bsd.port.mk>