Skip to content

Avoid expression as label#8

Merged
jdstamp merged 1 commit into
lcrawlab:mainfrom
teunbrand:compat_ggplot2_400
Jul 14, 2025
Merged

Avoid expression as label#8
jdstamp merged 1 commit into
lcrawlab:mainfrom
teunbrand:compat_ggplot2_400

Conversation

@teunbrand

Copy link
Copy Markdown
Contributor

Hi there,

We've been preparing a new major release for ggplot2 and found an issue during a reverse dependency check.
The issue was due to a vignette that wouldn't build because an expression was provided as a label. This PR uses a normal character as label.

You can test your code with the development version of ggplot2 by installing it as follows:

# install.packages("pak")
pak::pak("tidyverse/ggplot2")

We aim to release the new ggplot2 version in about 2 weeks, and hope you can submit a fix to CRAN around that time or let us know when ggplot2 should change. Hopefully this will inform you in a timely manner.

Best wishes,
Teun

@jdstamp jdstamp merged commit d94c885 into lcrawlab:main Jul 14, 2025
4 checks passed
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