tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.48k stars 2.02k forks source link

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

Closed teunbrand closed 4 months ago

teunbrand commented 4 months ago

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.