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

ggplot2::ggpar() has a namespace conflict with ggpubr::ggpar() #5897

Closed
teunbrand opened this issue May 21, 2024 · 0 comments · Fixed by #5899
Closed

ggplot2::ggpar() has a namespace conflict with ggpubr::ggpar() #5897

teunbrand opened this issue May 21, 2024 · 0 comments · Fixed by #5899

Comments

@teunbrand
Copy link
Collaborator

In #5867, we introduced ggpar() to ggplot2.
It helps translating ggplot2 settings, which are often in mm (historical errors aside) to {grid} settings.

ggpubr::ggpar() does something else entirely.
From my reading of it, it controls parts of the theme, guides and orientation of plots.

The namespace conflict is a source of several reverse dependency failures.

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 a pull request may close this issue.

1 participant