Last updated on 2025-06-04 15:49:54 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
DidacticBoost | 3 | 10 | |
forecastHybrid | 1 | 8 | 4 |
supervisedPRIM | 3 | 10 |
Current CRAN status: NOTE: 3, OK: 10
Version: 0.1.1
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
Current CRAN status: ERROR: 1, NOTE: 8, OK: 4
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
Current CRAN status: NOTE: 3, OK: 10
Version: 2.0.0
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.