ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Namespace conflicts

Open teunbrand opened this issue 9 months ago • 1 comments

In #6287 we identified some problems with namespace conflicts. In total, 53 packages were affected by these.

ggpubr::theme_transparent conflicts with ggplot2::theme_transparent. sjPlot::set_theme conflicts with ggplot2::set_theme. greybox::is.scale conflicts with ggplot2::is.scale.

Should ggplot2 budge or should these other packages? If ggplot2 should budge, do we have alternative names for the functions?

teunbrand avatar Jan 22 '25 12:01 teunbrand