Last updated on 2025-12-07 02:49:46 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.4.1 | 23.60 | 194.64 | 218.24 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.4.1 | 16.71 | 91.91 | 108.62 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.4.1 | 59.00 | 288.57 | 347.57 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.4.1 | 56.00 | 288.98 | 344.98 | OK | |
| r-devel-windows-x86_64 | 0.4.1 | 33.00 | 230.00 | 263.00 | OK | |
| r-patched-linux-x86_64 | 0.4.1 | 25.10 | 179.82 | 204.92 | OK | |
| r-release-linux-x86_64 | 0.4.1 | 24.15 | 179.70 | 203.85 | OK | |
| r-release-macos-arm64 | 0.4.1 | OK | ||||
| r-release-macos-x86_64 | 0.4.1 | 20.00 | 164.00 | 184.00 | OK | |
| r-release-windows-x86_64 | 0.4.1 | 34.00 | 230.00 | 264.00 | OK | |
| r-oldrel-macos-arm64 | 0.4.1 | OK | ||||
| r-oldrel-macos-x86_64 | 0.4.1 | 17.00 | 139.00 | 156.00 | OK | |
| r-oldrel-windows-x86_64 | 0.4.1 | 42.00 | 300.00 | 342.00 | OK |
Version: 0.4.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'MTS', 'rmarkdown', 'spelling'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: examples
Result: ERROR
Running examples in ‘fable-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: VARIMA
> ### Title: Estimate a VARIMA model
> ### Aliases: VARIMA report.VARIMA forecast.VARIMA fitted.VARIMA
> ### residuals.VARIMA tidy.VARIMA glance.VARIMA generate.VARIMA IRF.VARIMA
>
> ### ** Examples
>
> ## Don't show:
> if (requireNamespace("tsibbledata", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+ library(tsibbledata)
+
+ aus_production %>%
+ autoplot(vars(Beer, Cement))
+
+ fit <- aus_production %>%
+ model(VARIMA(vars(Beer, Cement) ~ pdq(4,1,1), identification = "none"))
+
+ fit
+ ## Don't show:
+ }) # examplesIf
> library(tsibbledata)
> aus_production %>% autoplot(vars(Beer, Cement))
> fit <- aus_production %>% model(VARIMA(vars(Beer, Cement) ~ pdq(4, 1,
+ 1), identification = "none"))
Warning: 1 error encountered for VARIMA(vars(Beer, Cement) ~ pdq(4, 1, 1), identification = "none")
[1] The `MTS` package must be installed to use this functionality. It can be installed with install.packages("MTS")
> fit
# A mable: 1 x 1
`VARIMA(vars(Beer, Cement) ~ pdq(4, 1, 1), identification = "none")`
<model>
1 <NULL model>
> ## End(Don't show)
> ## Don't show:
> if (requireNamespace("tsibbledata", quietly = TRUE)) (if (getRversion() >= "3.4") withAutoprint else force)({ # examplesIf
+ ## End(Don't show)
+
+ fit %>%
+ forecast(h = 50) %>%
+ autoplot(tail(aus_production, 100))
+ ## Don't show:
+ }) # examplesIf
> fit %>% forecast(h = 50) %>% autoplot(tail(aus_production, 100))
Error in FUN(X[[i]], ...) :
attempt to set 'colnames' on an object with less than two dimensions
Calls: <Anonymous> ... quantile.distribution -> dist_apply -> lapply -> FUN
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.1
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc