Last updated on 2025-12-06 00:48:43 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8 | 6.26 | 75.42 | 81.68 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.8 | 4.29 | 41.53 | 45.82 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8 | 13.00 | 106.01 | 119.01 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.8 | 19.00 | 103.11 | 122.11 | NOTE | |
| r-devel-windows-x86_64 | 0.8 | 8.00 | 82.00 | 90.00 | NOTE | |
| r-patched-linux-x86_64 | 0.8 | 6.26 | 68.66 | 74.92 | NOTE | |
| r-release-linux-x86_64 | 0.8 | 6.02 | 68.92 | 74.94 | NOTE | |
| r-release-macos-arm64 | 0.8 | NOTE | ||||
| r-release-macos-x86_64 | 0.8 | 5.00 | 53.00 | 58.00 | NOTE | |
| r-release-windows-x86_64 | 0.8 | 9.00 | 84.00 | 93.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8 | 5.00 | 41.00 | 46.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8 | 11.00 | 103.00 | 114.00 | OK |
Version: 0.8
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:
‘girder_experiment.Rd’
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
Version: 0.8
Check: examples
Result: ERROR
Running examples in ‘ggDoE-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: gg_lm
> ### Title: Regression Diagnostic Plots with ggplot2
> ### Aliases: gg_lm
>
> ### ** Examples
>
> model <- lm(mpg ~ wt + am + gear, data = mtcars)
> gg_lm(model)
Error: Package `ggrepel` required for this function to work.
Please install it by running `install.packages("ggrepel")`.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8
Check: HTML version of manual
Result: NOTE
Skipping checking math rendering: package 'V8' unavailable
Flavor: r-devel-linux-x86_64-debian-gcc