Last updated on 2025-11-06 05:50:31 CET.
| Package | ERROR | OK |
|---|---|---|
| forecastHybrid | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 5.1.20
Check: examples
Result: ERROR
Running examples in ‘forecastHybrid-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: extractForecasts
> ### Title: Extract cross validated rolling forecasts
> ### Aliases: extractForecasts
>
> ### ** Examples
>
> cv <- cvts(AirPassengers, FUN = stlm, FCFUN = forecast,
+ rolling = TRUE, windowSize = 134, horizon = 2)
Error in serverSocket(port = port) :
creation of server socket failed: port 11833 cannot be opened
Calls: cvts -> <Anonymous> -> serverSocket
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc