CRAN Package Check Results for Package ggrefine

Last updated on 2026-03-31 01:54:04 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-oldrel-macos-x86_64 0.1.0 2.00 78.00 80.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