Last updated on 2025-09-06 21:50:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.2 | 19.69 | 241.63 | 261.32 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.2 | 13.68 | 223.30 | 236.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.2 | 559.67 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.2 | 531.15 | OK | |||
r-devel-windows-x86_64 | 0.6.2 | 23.00 | 216.00 | 239.00 | ERROR | |
r-patched-linux-x86_64 | 0.6.2 | 19.79 | 309.38 | 329.17 | OK | |
r-release-linux-x86_64 | 0.6.2 | 21.24 | 308.37 | 329.61 | OK | |
r-release-macos-arm64 | 0.6.2 | 125.00 | OK | |||
r-release-macos-x86_64 | 0.6.2 | 300.00 | OK | |||
r-release-windows-x86_64 | 0.6.2 | 23.00 | 329.00 | 352.00 | OK | |
r-oldrel-macos-arm64 | 0.6.2 | 123.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.2 | 268.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.2 | 31.00 | 413.00 | 444.00 | OK |
Version: 0.6.2
Check: examples
Result: ERROR
Running examples in ‘ggpmisc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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-linux-x86_64-debian-clang
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