Skip to content

ggrefine

Pretty 'ggplot2' Themes

v0.1.0 · Mar 30, 2026 · MIT + file LICENSE

Description

A set of complete 'ggplot2' themes and functions to refine these.

Downloads

76

Last 30 days

23579th

76

Last 90 days

76

Last year

CRAN Check Status

1 ERROR
11 OK
Show all 12 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-x86_64 ERROR
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (1 non-OK)
ERROR r-oldrel-macos-x86_64

examples

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

Check History

ERROR 6 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 31, 2026
ERROR r-oldrel-macos-x86_64

examples

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

Dependency Network

Dependencies Reverse dependencies blends flexoki ggplot2 jumble rlang scales viridis ggrefine

Version History

new 0.1.0 Mar 30, 2026