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

Resolve R devel visual tests #5358

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Conversation

teunbrand
Copy link
Collaborator

This PR aims to fix an issue with the visual tests on R devel.

Briefly, R changed the density() calculation, which means that visual tests of e.g. geom_violin() and geom_density() fail on R devel. The way this is resolved is by conditionally overriding the default density method to use the backward compatibility argument old.coord.

Copy link
Member

@yutannihilation yutannihilation left a comment

Choose a reason for hiding this comment

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

Looks awesome!

@teunbrand
Copy link
Collaborator Author

Thanks for the review!

@teunbrand teunbrand merged commit 6e78749 into tidyverse:main Jul 20, 2023
12 checks passed
@teunbrand teunbrand deleted the devel_density branch July 20, 2023 05:35
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