blob: 0003073af427357ab1ec9572ca7bd5b9ad18009a (
plain)
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
|
# $NetBSD: Makefile,v 1.2 2018/07/28 14:40:48 brook Exp $
CATEGORIES= math
MAINTAINER= minskim@NetBSD.org
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"
|