Index: head/math/R-cran-forecast/Makefile =================================================================== --- head/math/R-cran-forecast/Makefile (revision 402595) +++ head/math/R-cran-forecast/Makefile (revision 402596) @@ -1,25 +1,25 @@ # Created by: TAKATSU Tomonari # $FreeBSD$ PORTNAME= forecast -PORTVERSION= 6.1 +PORTVERSION= 6.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-zoo>0:${PORTSDIR}/math/R-cran-zoo \ R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \ R-cran-tseries>0:${PORTSDIR}/finance/R-cran-tseries \ R-cran-fracdiff>0:${PORTSDIR}/math/R-cran-fracdiff \ R-cran-Rcpp>=0.11.0:${PORTSDIR}/devel/R-cran-Rcpp \ R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace \ R-cran-RcppArmadillo>=0.2.35:${PORTSDIR}/math/R-cran-RcppArmadillo USES= cran:auto-plist .include Index: head/math/R-cran-forecast/distinfo =================================================================== --- head/math/R-cran-forecast/distinfo (revision 402595) +++ head/math/R-cran-forecast/distinfo (revision 402596) @@ -1,2 +1,2 @@ -SHA256 (forecast_6.1.tar.gz) = 33f40c8e9a3927ce4ae97d2a6fba590799ee9de07737618bbc70cecbb21a9bc3 -SIZE (forecast_6.1.tar.gz) = 163814 +SHA256 (forecast_6.2.tar.gz) = 1b00ae77b1b1024e1f594e6a0c2f1c477398818e22630c92e7f4b710387b8a48 +SIZE (forecast_6.2.tar.gz) = 169667 Index: head/math/R-cran-forecast/pkg-descr =================================================================== --- head/math/R-cran-forecast/pkg-descr (revision 402595) +++ head/math/R-cran-forecast/pkg-descr (revision 402596) @@ -1,5 +1,5 @@ Methods and tools for displaying and analysing univariate time series forecasts including exponential smoothing via state space models and automatic ARIMA modelling. -WWW: http://cran.r-project.org/web/packages/forecast/ +WWW: https://cran.r-project.org/web/packages/forecast/