You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While preparing for a new release of ggplot2, our reverse dependency check showed that your package's vignette has broken.
More specifically, we believe that the vignette can no longer be built due to plots being saved to disk.
We generally don't recommend saving plots to disk, partially because the saved objects may contain internal code that is version dependent.
ggplot2 tries to keep the exported functions stable, but makes no promise about internal code.
In this case, such an internal function has changed (for appealing reasons), but it invalidates plots saved to disk with previous versions of ggplot2.
In particular, we believe that the plots like the ones below have become invalid:
If it is very inconvenient to circumvent saving plots to disk, please consider this issue an advance warning. The saved plots might have to be regenerated with the upcoming version of ggplot2. You can test the upcoming changes with the current release candidate, that can be installed with devtools::install_github('tidyverse/[email protected]').
Best wishes,
Teun
The text was updated successfully, but these errors were encountered:
Once again, we have been preparing a new release of ggplot2 and during a reverse dependency check, it became apparent that the prospective ggplot2 3.5.0 would break TCIU.
The issue remains the same as the plot above.
To test the code changes with the release candidate, you can install it with the code below:
The release of ggplot2 3.5.0 is scheduled for the 12th of February. The progress of the release can be tracked in tidyverse/ggplot2#5588. We hope that this issue informs you in a timely manner.
Hi there,
While preparing for a new release of ggplot2, our reverse dependency check showed that your package's vignette has broken.
More specifically, we believe that the vignette can no longer be built due to plots being saved to disk.
We generally don't recommend saving plots to disk, partially because the saved objects may contain internal code that is version dependent.
ggplot2 tries to keep the exported functions stable, but makes no promise about internal code.
In this case, such an internal function has changed (for appealing reasons), but it invalidates plots saved to disk with previous versions of ggplot2.
In particular, we believe that the plots like the ones below have become invalid:
TCIU/package/TCIU/TCIU/vignettes/tciu-LT-kimesurface.Rmd
Lines 104 to 106 in 85076ae
If it is very inconvenient to circumvent saving plots to disk, please consider this issue an advance warning. The saved plots might have to be regenerated with the upcoming version of ggplot2. You can test the upcoming changes with the current release candidate, that can be installed with
devtools::install_github('tidyverse/[email protected]')
.Best wishes,
Teun
The text was updated successfully, but these errors were encountered: