diff options
Diffstat (limited to 'math/R-cran-forecast/Makefile')
-rw-r--r-- | math/R-cran-forecast/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index 50c9d07bb078..37762def3f90 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 8.2 -PORTREVISION= 1 +PORTVERSION= 8.3 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,15 +11,16 @@ COMMENT= Forecasting functions for time series and linear models LICENSE= GPLv3 -CRAN_DEPENDS= R-cran-tseries>0:finance/R-cran-tseries \ +CRAN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace \ R-cran-fracdiff>0:math/R-cran-fracdiff \ - R-cran-Rcpp>=0.11.0:devel/R-cran-Rcpp \ - R-cran-colorspace>0:graphics/R-cran-colorspace \ R-cran-ggplot2>=2.0.0:graphics/R-cran-ggplot2 \ - R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-lmtest>0:finance/R-cran-lmtest \ - R-cran-zoo>0:math/R-cran-zoo \ + 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-uroot>0:math/R-cran-uroot \ + 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} |