CRAN Package Check Results for Package forecastHybrid

Last updated on 2025-06-04 05:48:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 5.0.19 8.01 277.11 285.12 NOTE
r-devel-linux-x86_64-debian-gcc 5.0.19 6.23 165.80 172.03 NOTE
r-devel-linux-x86_64-fedora-clang 5.0.19 457.11 OK
r-devel-linux-x86_64-fedora-gcc 5.0.19 446.18 OK
r-devel-windows-x86_64 5.0.19 9.00 292.00 301.00 NOTE
r-patched-linux-x86_64 5.0.19 7.44 269.32 276.76 NOTE
r-release-linux-x86_64 5.0.19 8.36 265.27 273.63 NOTE
r-release-macos-arm64 5.0.19 118.00 OK
r-release-macos-x86_64 5.0.19 393.00 OK
r-release-windows-x86_64 5.0.19 9.00 290.00 299.00 NOTE
r-oldrel-macos-arm64 5.0.19 107.00 NOTE
r-oldrel-macos-x86_64 5.0.19 260.00 NOTE
r-oldrel-windows-x86_64 5.0.19 13.00 373.00 386.00 ERROR

Check Details

Version: 5.0.19
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: cvts.Rd: forecast fitted.hybridModel.Rd: accuracy plot.hybridModel.Rd: autoplot plotFitted.Rd: autoplot plotModelObjects.Rd: autoplot residuals.hybridModel.Rd: accuracy Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 5.0.19
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 5.0.19
Check: tests
Result: ERROR Running 'testthat.R' [87s] Running the tests in 'tests/testthat.R' failed. Complete output: > Sys.setenv("R_TESTS" = "") > if (require(testthat) & require(forecast)) { + test_check("forecastHybrid") + } Loading required package: testthat Loading required package: forecast Loading required package: forecastHybrid Loading required package: thief Hybrid forecast model comprised of the following models: auto.arima, ets, thetam, nnetar, tbats ############ auto.arima with weight 0.2 ############ ets with weight 0.2 ############ thetam with weight 0.2 ############ nnetar with weight 0.2 ############ tbats with weight 0.2 Hybrid forecast model comprised of the following models: auto.arima, ets, thetam, nnetar, tbats ############ auto.arima with weight 0.2 ############ ets with weight 0.2 ############ thetam with weight 0.2 ############ nnetar with weight 0.2 ############ tbats with weight 0.2 [ FAIL 5 | WARN 4 | SKIP 2 | PASS 261 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-cvts.R:51:3', 'test-forecast.hybridModel.R:26:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-cvts.R:38:6'): Testing valid inputs ────────────────────────── `cvts(...)` threw an error. Message: creation of server socket failed: port 11399 cannot be opened Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-cvts.R:38:6 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─forecastHybrid::cvts(...) 7. └─parallel::makeCluster(num.cores) 8. └─parallel::makePSOCKcluster(names = spec, ...) 9. └─base::serverSocket(port = port) ── Failure ('test-cvts.R:40:6'): Testing valid inputs ────────────────────────── `cvts(...)` threw an error. Message: creation of server socket failed: port 11399 cannot be opened Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-cvts.R:40:6 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─forecastHybrid::cvts(...) 7. └─parallel::makeCluster(num.cores) 8. └─parallel::makePSOCKcluster(names = spec, ...) 9. └─base::serverSocket(port = port) ── Failure ('test-cvts.R:42:6'): Testing valid inputs ────────────────────────── `cvts(rnorm(94), saveModels = FALSE, saveForecasts = FALSE)` threw an error. Message: creation of server socket failed: port 11399 cannot be opened Class: simpleError/error/condition Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-cvts.R:42:6 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─forecastHybrid::cvts(rnorm(94), saveModels = FALSE, saveForecasts = FALSE) 7. └─parallel::makeCluster(num.cores) 8. └─parallel::makePSOCKcluster(names = spec, ...) 9. └─base::serverSocket(port = port) ── Error ('test-cvts.R:47:5'): Testing accuracy.cvts() ───────────────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11399 cannot be opened Backtrace: ▆ 1. └─forecastHybrid::cvts(inputSeries, windowSize = 4, maxHorizon = 2) at test-cvts.R:47:5 2. └─parallel::makeCluster(num.cores) 3. └─parallel::makePSOCKcluster(names = spec, ...) 4. └─base::serverSocket(port = port) ── Error ('test-cvts_examples.R:7:5'): Testing skipped examples ──────────────── Error in `serverSocket(port = port)`: creation of server socket failed: port 11399 cannot be opened Backtrace: ▆ 1. └─forecastHybrid::cvts(series, FCFUN = rwf, windowSize = 24, maxHorizon = 1) at test-cvts_examples.R:7:5 2. └─parallel::makeCluster(num.cores) 3. └─parallel::makePSOCKcluster(names = spec, ...) 4. └─base::serverSocket(port = port) [ FAIL 5 | WARN 4 | SKIP 2 | PASS 261 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64