Last updated on 2025-09-13 13:50:27 CEST.
Package | ERROR | NOTE | 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 | 6 | 7 | |
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: NOTE: 6, OK: 7
Version: 0.5.2
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
Blue.Rd: new_waveband, waveband
DNA_GM.Rd: new_waveband, waveband
DNA_N.Rd: new_waveband, waveband
DNA_P.Rd: new_waveband, waveband
GEN_M.Rd: new_waveband, waveband
IR.Rd: new_waveband, waveband
Purple.Rd: new_waveband, waveband
UV.Rd: new_waveband, waveband
UVC.Rd: new_waveband, waveband
UV_health_hazard.Rd: new_waveband, waveband
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13