Last updated on 2025-10-02 04:50:56 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 5.1.20 | 8.87 | 288.74 | 297.61 | OK | |
r-devel-linux-x86_64-debian-gcc | 5.1.20 | 5.86 | 174.90 | 180.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 5.1.20 | 465.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 5.1.20 | 464.93 | OK | |||
r-devel-windows-x86_64 | 5.1.20 | 12.00 | 302.00 | 314.00 | OK | |
r-patched-linux-x86_64 | 5.1.20 | 9.03 | 273.92 | 282.95 | ERROR | |
r-release-linux-x86_64 | 5.1.20 | 9.06 | 273.91 | 282.97 | OK | |
r-release-macos-arm64 | 5.1.20 | 98.00 | OK | |||
r-release-macos-x86_64 | 5.1.20 | 241.00 | OK | |||
r-release-windows-x86_64 | 5.1.20 | 11.00 | 300.00 | 311.00 | OK | |
r-oldrel-macos-arm64 | 5.1.20 | 100.00 | OK | |||
r-oldrel-macos-x86_64 | 5.1.20 | 251.00 | OK | |||
r-oldrel-windows-x86_64 | 5.1.20 | 19.00 | 418.00 | 437.00 | OK |
Version: 5.1.20
Check: tests
Result: ERROR
Running ‘testthat.R’ [58s/61s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(forecastHybrid) # nolint: unused_import_linter
Loading required package: forecast
Loading required package: thief
> library(testthat)
>
> test_check("forecastHybrid")
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 1 | WARN 3 | SKIP 2 | PASS 285 ]
══ Skipped tests (2) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test-cvts.R:51:1', 'test-forecast.hybridModel.R:25:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-hybridModel.R:197:7'): Testing the weighting methods ───────────
Error in `serverSocket(port = port)`: creation of server socket failed: port 11988 cannot be opened
Backtrace:
▆
1. └─forecastHybrid::hybridModel(inputSeries, models = models, weights = weight) at test-hybridModel.R:197:7
2. └─forecastHybrid::cvts(...)
3. └─parallel::makeForkCluster(num.cores)
4. └─base::serverSocket(port = port)
[ FAIL 1 | WARN 3 | SKIP 2 | PASS 285 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64