Skip to content
New issue

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

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

Already on GitHub? # to your account

Compatibility with ggplot2 3.6.0 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

teunbrand
Copy link

@teunbrand teunbrand commented Jan 30, 2025

Hi there,

Apologies for not posting an issue first.
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 inTextSummaryTable.
This PR makes a few changes that fixes compatibility, which you can test yourself with the development version of ggplot2 (pak::pak("tidyverse/ggplot2")).

Best,
Teun

Comment on lines -154 to -157
sizePoint = GeomPoint$default_aes$size,
sizeLine = GeomLine$default_aes$size,
sizeLabel = GeomText$default_aes$size,
widthErrorBar = GeomErrorbar$default_aes$width,
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are now mostly dynamic instead of static values, so you can't read them out directly anymore. The easiest thing is to just put fixed values here.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant