Issues with next version of ggplot2
Hi
We 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 your package reaches into the internal structure of ggplot2 and those have changed in the new version.
You can install the release candidate of ggplot2 using devtools::install_github('tidyverse/[email protected]') 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
Hi there,
We're preparing again for a new release of ggplot2 and your package fails reverse dependency checks. The issue seems to be that listdown tests for equality to a ggplot2 object that is (part of an object) saved as an .rds file. While we endeavour to keep the interface to ggplot2 consistent, the internals are at liberty to change between releases and we therefore think that testing for equality to a saved plot is prone to break.
Similar to the previous release, you can use devtools::install_github('tidyverse/[email protected]') to test out any changes. We plan to submit the new version of ggplot2 by the end of January and hope you might be able to fix your test.
Best wishes, Teun