Last updated on 2026-01-15 01:48:58 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 10.97 | 114.78 | 125.75 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 7.46 | 77.51 | 84.97 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 19.00 | 187.46 | 206.46 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 21.00 | 201.22 | 222.22 | ERROR | |
| r-devel-windows-x86_64 | 0.1.0 | 13.00 | 112.00 | 125.00 | ERROR | |
| r-patched-linux-x86_64 | 0.1.0 | 10.32 | 102.50 | 112.82 | ERROR | |
| r-release-linux-x86_64 | 0.1.0 | 9.76 | 221.76 | 231.52 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 7.00 | 241.00 | 248.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 14.00 | 112.00 | 126.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 8.00 | 219.00 | 227.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 17.00 | 138.00 | 155.00 | ERROR |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘conformalForecast-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: accuracy.default
> ### Title: Accuracy measures for a cross-validation model and a conformal
> ### prediction model
> ### Aliases: accuracy.default
>
> ### ** Examples
>
> # Simulate time series from an AR(2) model
> library(forecast)
> series <- arima.sim(n = 200, list(ar = c(0.8, -0.5)), sd = sqrt(1))
>
> # Cross-validation forecasting with a rolling window
> far2 <- function(x, h, level) {
+ Arima(x, order = c(2, 0, 0)) |>
+ forecast(h = h, level)
+ }
> fc <- cvforecast(series, forecastfun = far2, h = 3, level = 95,
+ forward = TRUE, initial = 1, window = 50)
>
> # Out-of-sample forecast accuracy on validation set
> accuracy(fc, measures = point_measures, byhorizon = TRUE)
Error in NextMethod(.Generic) : cannot assign 'tsp' to zero-length vector
Calls: accuracy ... accuracy.forecast -> trainingaccuracy -> Ops.ts -> NextMethod
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘conformalForecast.Rmd’ using rmarkdown
Quitting from conformalForecast.Rmd:68-72 [cvinfo]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `NextMethod()`:
! cannot assign 'tsp' to zero-length vector
---
Backtrace:
▆
1. ├─generics::accuracy(fc, byhorizon = TRUE)
2. └─forecast:::accuracy.forecast(fc, byhorizon = TRUE)
3. └─forecast:::trainingaccuracy(object, test, d, D)
4. ├─stats:::Ops.ts(dx, fits)
5. └─base::NextMethod(.Generic)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'conformalForecast.Rmd' failed with diagnostics:
cannot assign 'tsp' to zero-length vector
--- failed re-building ‘conformalForecast.Rmd’
SUMMARY: processing the following file failed:
‘conformalForecast.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘conformalForecast-Ex.R’ failed
The error most likely occurred in:
> ### Name: accuracy.default
> ### Title: Accuracy measures for a cross-validation model and a conformal
> ### prediction model
> ### Aliases: accuracy.default
>
> ### ** Examples
>
> # Simulate time series from an AR(2) model
> library(forecast)
> series <- arima.sim(n = 200, list(ar = c(0.8, -0.5)), sd = sqrt(1))
>
> # Cross-validation forecasting with a rolling window
> far2 <- function(x, h, level) {
+ Arima(x, order = c(2, 0, 0)) |>
+ forecast(h = h, level)
+ }
> fc <- cvforecast(series, forecastfun = far2, h = 3, level = 95,
+ forward = TRUE, initial = 1, window = 50)
>
> # Out-of-sample forecast accuracy on validation set
> accuracy(fc, measures = point_measures, byhorizon = TRUE)
Error in NextMethod(.Generic) : cannot assign 'tsp' to zero-length vector
Calls: accuracy ... accuracy.forecast -> trainingaccuracy -> Ops.ts -> NextMethod
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Version: 0.1.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘conformalForecast.Rmd’ using rmarkdown
Quitting from conformalForecast.Rmd:68-72 [cvinfo]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `NextMethod()`:
! cannot assign 'tsp' to zero-length vector
---
Backtrace:
▆
1. ├─generics::accuracy(fc, byhorizon = TRUE)
2. └─forecast:::accuracy.forecast(fc, byhorizon = TRUE)
3. └─forecast:::trainingaccuracy(object, test, d, D)
4. ├─stats:::Ops.ts(dx, fits)
5. └─base::NextMethod(.Generic)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'conformalForecast.Rmd' failed with diagnostics:
cannot assign 'tsp' to zero-length vector
--- failed re-building ‘conformalForecast.Rmd’
SUMMARY: processing the following file failed:
‘conformalForecast.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64