ThemePark
ThemePark copied to clipboard
Fun ggplot themes for popular culture
Just adding the SNES and Dune themes to the lists of available themes
Hey just wanted to see if we are ready for submitting this to CRAN yet? Is the only thing left including some tests? @christopherkenny mentioned he would add those so...
I think you're gonna want to adjust the `fill` setting for the `legend.key` for `theme_barbie()`. Here's an example of what currently happens: ```{r} library(tidyverse) library(ThemePark) mtcars %>% ggplot(aes(mpg, wt)) +...
Submitting a theme based on Apple's keynote: https://www.apple.com/newsroom/2021/10/introducing-m1-pro-and-m1-max-the-most-powerful-chips-apple-has-ever-built/ It may be slightly boring and too close to theme_bw(), however, so I understand if it doesn't make the cut 👍
- Adds TTPD to readme - Rebuilds readme - fixes pkgdown listings for the website (some themes were duplicated with separate section and the catch-all remainder)