Open perlatex opened 2 years ago
Hey @perlatex
Looks like the reset function didn't reset the appropriate options, hence why unloading the namespace also didn't work. I've fixed that in #56, in the meantime you can manually reset the options:
options('ggplot2.discrete.colour' = NULL)
options('ggplot2.continuous.colour' = NULL)
Alternatively you can install the temporary branch by using remotes::install_github("matt-int/ggthemr@issue_55")
it work for me, thanks @Matt-Int
The old problem did not appear, but the new problem appeared.
but,after load ggthemr
still does not work