CRAN Package Check Results for Package ggrefine

Last updated on 2026-04-02 00:54:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-gcc 0.1.0 1.63 37.83 39.46 OK
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-devel-windows-x86_64 0.1.0 6.00 84.00 90.00 OK
r-patched-linux-x86_64 0.1.0 2.34 49.72 52.06 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 72.00 74.00 ERROR

Check Details

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