Last updated on 2025-12-07 07:50:36 CET.
| Package | ERROR | WARN | NOTE | OK |
|---|---|---|---|---|
| distributional | 10 | 3 | ||
| fable | 1 | 12 | ||
| fable.prophet | 1 | 3 | 9 | |
| fabletools | 1 | 12 | ||
| feasts | 1 | 12 | ||
| fromhere | 1 | 12 | ||
| ggquiver | 13 | |||
| ggtime | 13 | |||
| moodlequiz | 7 | |||
| tsibbledata | 13 | |||
| vecvec | 13 | |||
| vitae | 1 | 12 |
Current CRAN status: NOTE: 10, OK: 3
Version: 0.5.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘mixture.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
Version: 0.1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘prophet’
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.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
Current CRAN status: WARN: 1, OK: 12
Version: 0.5.1
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'covr', 'knitr', 'rmarkdown', 'spelling'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.5.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
Current CRAN status: WARN: 1, OK: 12
Version: 0.4.2
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'knitr', 'rmarkdown', 'covr'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.4.2
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
Current CRAN status: WARN: 1, OK: 12
Version: 0.1.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.0
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 7
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.6.0
Check: package dependencies
Result: ERROR
Packages required but not available: 'rmarkdown', 'knitr', 'yaml'
Package suggested but not available for checking: ‘covr’
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc