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
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 ofsize
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