ggthemr
ggthemr copied to clipboard
Themes for ggplot2.
This should fix #55 as the reset didn't reset the UK spelling for the options (see #52)
This should make ggplot respect the current ggthemr theme palette / swatch and not default to viridis for ordinal factors. Also resolves the issue noted in the `.Rmd` update in...
I've updated the `.Rmd` file to match the changes that have been made to the `.md` file. This has also highlighted an issue with the colour scales for certain charts,...
[The old problem]( https://github.com/Mikata-Project/ggthemr/issues/43) did not appear, but the new problem appeared. ```r library(tibble) library(dplyr) library(ggplot2) tb % ggplot(aes(x, y, color = x)) + geom_point() ```  but,after load ggthemr...
`renv` fails to install ggthemr, because the DESCRIPTION file does not match the stated UTF-8 encoding. The offender is "Daróczi", where the ó character is written in ANSI, but is...
Hi, Thank you for a brilliant package! Have used it for my plots but there is one that it isn't compatible with, so I'm adjusting a few things so that...
Similar to [#29 ](https://github.com/cttobin/ggthemr/issues/29) , I am unable to install the package. The problem remains regardless of which options (here: "3") I choose during the process. `> devtools::install_github('cttobin/ggthemr') WARNING: Rtools...
Hi, first of all congrats for the amazing package and themes ! Following the examples I achieve to change the theme of a ggplot2 object following your instructions in the...
Thanks for your package, I found a bug when I am using ggthemr_reset() function. It can not return back to the default theme of ggplot2. Can you help? Here is...