Last updated on 2026-01-19 09:49:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.1 | 10.78 | 233.98 | 244.76 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.1 | 7.07 | 152.25 | 159.32 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.1 | 18.00 | 378.99 | 396.99 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.1 | 18.00 | 323.80 | 341.80 | OK | |
| r-devel-windows-x86_64 | 0.1.1 | 12.00 | 218.00 | 230.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 10.32 | 102.50 | 112.82 | ERROR | |
| r-release-linux-x86_64 | 0.1.1 | 8.44 | 219.61 | 228.05 | OK | |
| r-release-macos-arm64 | 0.1.1 | 3.00 | 54.00 | 57.00 | OK | |
| r-release-macos-x86_64 | 0.1.1 | 7.00 | 216.00 | 223.00 | OK | |
| r-release-windows-x86_64 | 0.1.1 | 14.00 | 207.00 | 221.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.1 | 3.00 | 56.00 | 59.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.1 | 8.00 | 404.00 | 412.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.1 | 16.00 | 302.00 | 318.00 | OK |
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
Flavor: 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
Flavor: r-patched-linux-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.