Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with ggplot2 3.5.0 #483

Merged
merged 4 commits into from
Feb 8, 2024
Merged

Compatibility with ggplot2 3.5.0 #483

merged 4 commits into from
Feb 8, 2024

Conversation

teunbrand
Copy link
Contributor

TL;DR: This PR aims to fix #481.

We have been preparing a new release of ggplot2, and during a reverse dependency check, it became apparent that the prospective ggplot 3.5.0 would break GGally.
Given GGally's important role in the R ecosystem, we felt it was prudent to help out to transition to the new version.
The culprit is that ggplot2 changed the way legends are placed in the gtable, see tidyverse/ggplot2#5488.
This PR handles the new legend structure, and should work with both the current and the development version of ggplot2.
To test the code changes with the release candidate, you can install it with the code below:

remotes::install_github("tidyverse/ggplot2", ref = remotes::github_pull("5592"))

The release of ggplot2 3.5.0 is scheduled at the end of January / early Februari. The progress can be tracked in tidyverse/ggplot2#5588.
We are hoping that this PR might help GGally be ready around that time to soften the impact on downstream packages.

@teunbrand
Copy link
Contributor Author

This is just a quick little update to let you know that we've picked the 12th of February as release date.

@teunbrand
Copy link
Contributor Author

And this is a kind reminder that the release is scheduled soon.

@schloerke
Copy link
Member

@teunbrand Thank you for the wonderful PR and reminders!

NEWS.md Outdated Show resolved Hide resolved
@schloerke schloerke merged commit 117c0ae into ggobi:master Feb 8, 2024
@teunbrand teunbrand deleted the ggplot2_3.5.0 branch February 8, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failure in basic ggpairs example with GGally 2.20/ggplot2 3.4.4.9000/r-devel
2 participants