Last updated on 2025-09-21 01:51:07 CEST.
Package | ERROR | OK |
---|---|---|
gginnards | 13 | |
ggpmisc | 1 | 12 |
ggpp | 13 | |
ggspectra | 13 | |
learnrbook | 13 | |
photobiology | 13 | |
photobiologyFilters | 13 | |
photobiologyInOut | 13 | |
photobiologyLamps | 13 | |
photobiologyLEDs | 13 | |
photobiologyPlants | 13 | |
photobiologySensors | 13 | |
photobiologySun | 13 | |
photobiologyWavebands | 13 | |
SunCalcMeeus | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.6.2
Check: examples
Result: ERROR
Running examples in 'ggpmisc-Ex.R' failed
The error most likely occurred in:
> ### Name: keep_tidy
> ### Title: Tidy, glance or augment an object keeping a trace of its origin
> ### Aliases: keep_tidy keep_glance keep_augment
>
> ### ** Examples
>
>
> # these examples can only be run if package 'broom' is available
>
> if (requireNamespace("broom", quietly = TRUE)) {
+
+ library(broom)
+
+ mod <- lm(mpg ~ wt + qsec, data = mtcars)
+
+ attr(keep_tidy(mod), "fm")[["class"]]
+ attr(keep_glance(mod), "fm")[["class"]]
+ attr(keep_augment(mod), "fm")[["class"]]
+
+ attr(keep_tidy(summary(mod)), "fm")[["class"]]
+
+ library(MASS)
+ rmod <- rlm(mpg ~ wt + qsec, data = mtcars)
+ attr(keep_tidy(rmod), "fm")[["class"]]
+
+ }
Error in ll(object) : could not find function "ll"
Calls: keep_glance ... tibble_quos -> eval_tidy -> <Anonymous> -> AIC.default
Execution halted
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: OK: 13