Last updated on 2026-03-31 07:52:58 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 92.65 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 4.00 | 90.93 | 94.93 | OK | |
| r-devel-macos-arm64 | 0.1.0 | 1.00 | 15.00 | 16.00 | OK | |
| r-release-macos-arm64 | 0.1.0 | 1.00 | 14.00 | 15.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 53.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 5.00 | 81.00 | 86.00 | OK | |
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 73.00 | 75.00 | ERROR |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘ggrefine-Ex.R’ failed
The error most likely occurred in:
> ### Name: theme_oat
> ### Title: Oat theme
> ### Aliases: theme_oat
>
> ### ** Examples
>
> library(ggplot2)
>
> p1 <- penguins |>
+ ggplot(aes(x = species, y = body_mass, colour = species, fill = species)) +
+ geom_jitter(shape = 21) +
+ scale_colour_discrete(palette = blends::multiply(scales::pal_hue()))
Error: object 'penguins' not found
Execution halted
Flavor: r-oldrel-macos-x86_64