ggplot2 icon indicating copy to clipboard operation
ggplot2 copied to clipboard

Namespace conflicts

Open teunbrand opened this issue 1 year 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

TODO: Send issue to sjPlot, suggesting to import selectively.

teunbrand avatar Jan 28 '25 10:01 teunbrand

Closing this because packages have been notified

teunbrand avatar Aug 04 '25 08:08 teunbrand