CRAN Package Check Results for Package forecast

Last updated on 2026-07-11 00:51:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 9.0.2 107.75 585.19 692.94 OK
r-devel-linux-x86_64-debian-gcc 9.0.2 69.89 385.32 455.21 ERROR
r-devel-linux-x86_64-fedora-clang 9.0.2 157.00 977.25 1134.25 OK
r-devel-linux-x86_64-fedora-gcc 9.0.2 197.00 990.67 1187.67 OK
r-devel-windows-x86_64 9.0.2 124.00 604.00 728.00 OK
r-patched-linux-x86_64 9.0.2 104.59 572.94 677.53 OK
r-release-linux-x86_64 9.0.2 97.62 574.15 671.77 OK
r-release-macos-arm64 9.0.2 21.00 125.00 146.00 OK
r-release-macos-x86_64 9.0.2 60.00 636.00 696.00 OK
r-release-windows-x86_64 9.0.2 125.00 610.00 735.00 OK
r-oldrel-macos-arm64 9.0.2 19.00 124.00 143.00 OK
r-oldrel-macos-x86_64 9.0.2 62.00 588.00 650.00 OK
r-oldrel-windows-x86_64 9.0.2 143.00 850.00 993.00 OK

Check Details

Version: 9.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [231s/280s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(forecast) > > test_check("forecast") Ljung-Box test data: Residuals from ETS(A,Ad,N) Q* = 28.995, df = 10, p-value = 0.001249 Model df: 0. Total lags used: 10 Ljung-Box test data: Residuals from ETS(A,Ad,N) Q* = 20.716, df = 5, p-value = 0.0009163 Model df: 0. Total lags used: 5 Ljung-Box test data: Residuals from ETS(A,Ad,N) Q* = 28.995, df = 10, p-value = 0.001249 Model df: 0. Total lags used: 10 Ljung-Box test data: Residuals from ARIMA(1,1,0) Q* = 27.445, df = 9, p-value = 0.00118 Model df: 1. Total lags used: 10 Ljung-Box test data: Residuals from BATS Q* = 9.7406, df = 10, p-value = 0.4635 Model df: 0. Total lags used: 10 Ljung-Box test data: Residuals from Lag walk Q* = 89.288, df = 10, p-value = 7.438e-15 Model df: 0. Total lags used: 10 Saving _problems/test-mforecast-76.R [ FAIL 1 | WARN 0 | SKIP 1 | PASS 863 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-bats.R:16:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-mforecast.R:76:3'): tests for plot.mforecast() ─────────────── Expected `plot(fcast)` to run silently. Actual noise: warnings. [ FAIL 1 | WARN 0 | SKIP 1 | PASS 863 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc