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.6.0 #3

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Conversation

teunbrand
Copy link
Contributor

Hi there,

Hi there,

Apologies for not posting an issue first; this is the same problem/resolution proposal as in EricMarcon/divent#2.

The ggplot2 package is planning an update for around may 2025 and a reverse dependency test (tidyverse/ggplot2#6287) has shown that the next version of ggplot2 is incompatible with the entropart package.
This PR makes a few changes that fixes compatibility, which you can test yourself with the development version of ggplot2 (pak::pak("tidyverse/ggplot2")).
In the new version the default_aes fields are dynamic instead of static, which violates some assumptions in entropart.

Best,
Teun

@EricMarcon EricMarcon merged commit 3caad62 into EricMarcon:master Jan 30, 2025
@EricMarcon
Copy link
Owner

Merged, thanks for adapting the code.

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.

2 participants