CRAN Package Check Results for Package forecast

Last updated on 2026-01-30 02:49:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 9.0.0 86.19 600.84 687.03 OK
r-devel-linux-x86_64-debian-gcc 9.0.0 57.61 360.46 418.07 ERROR
r-devel-linux-x86_64-fedora-clang 9.0.0 186.00 932.04 1118.04 ERROR
r-devel-linux-x86_64-fedora-gcc 9.0.0 161.00 923.73 1084.73 ERROR
r-devel-windows-x86_64 9.0.0 108.00 631.00 739.00 OK
r-patched-linux-x86_64 9.0.0 90.34 586.86 677.20 OK
r-release-linux-x86_64 9.0.0 84.55 585.46 670.01 OK
r-release-macos-arm64 9.0.0 16.00 125.00 141.00 OK
r-release-macos-x86_64 9.0.0 58.00 425.00 483.00 OK
r-release-windows-x86_64 9.0.0 105.00 611.00 716.00 OK
r-oldrel-macos-arm64 9.0.0 16.00 130.00 146.00 NOTE
r-oldrel-macos-x86_64 9.0.0 58.00 791.00 849.00 NOTE
r-oldrel-windows-x86_64 9.0.0 132.00 820.00 952.00 OK

Check Details

Version: 9.0.0
Check: examples
Result: ERROR Running examples in ‘forecast-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: CV > ### Title: Cross-validation statistic > ### Aliases: CV > ### Keywords: models > > ### ** Examples > > > y <- ts(rnorm(120, 0, 3) + 20 * sin(2 * pi * (1:120) / 12), frequency = 12) > fit1 <- tslm(y ~ trend + season) > fit2 <- tslm(y ~ season) > CV(fit1) Error in match.arg(type) : 'arg' should be one of “innovation”, “response”, “deviance” Calls: CV ... weighted.residuals -> residuals -> residuals.tslm -> match.arg Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 9.0.0
Check: examples
Result: ERROR Running examples in ‘forecast-Ex.R’ failed The error most likely occurred in: > ### Name: CV > ### Title: Cross-validation statistic > ### Aliases: CV > ### Keywords: models > > ### ** Examples > > > y <- ts(rnorm(120, 0, 3) + 20 * sin(2 * pi * (1:120) / 12), frequency = 12) > fit1 <- tslm(y ~ trend + season) > fit2 <- tslm(y ~ season) > CV(fit1) Error in match.arg(type) : 'arg' should be one of “innovation”, “response”, “deviance” Calls: CV ... weighted.residuals -> residuals -> residuals.tslm -> match.arg Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 9.0.0
Check: installed package size
Result: NOTE installed size is 5.1Mb sub-directories of 1Mb or more: libs 3.4Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64