SchlossLab / schtools

Schloss Lab Tools for Reproducible Microbiome Research 💩
http://www.schlosslab.org/schtools
Other
29 stars 11 forks source link

Issues with next version of ggplot2 #41

Closed thomasp85 closed 2 years ago

thomasp85 commented 2 years ago

Hi

We are preparing the next release of ggplot2 and our reverse dependency checks show that your package is failing with the new version. Looking into it we see that this is caused by our move to linewidth in stroke aesthetics and elements. Your unit tests are testing your theme by comparing it to prespecified values and e.g. element_line is now using linewidth instead of size internally.

You can install the release candidate of ggplot2 using devtools::install_github('tidyverse/ggplot2@v3.4.0-rc') to test this out.

We plan to submit ggplot2 by the end of October and hope you can have a fix ready before then

Kind regards Thomas