This function lists all the conflicts between packages in the natverse and other packages have been already loaded n the environment. Adapted and modified from conflicts function in 'tidyverse' package

natverse_conflicts()

Examples

natverse_conflicts()
#> ── Conflicts ─────────────────────────────────────────── natverse_conflicts() ── #> x nat::intersect() masks base::intersect() #> x nat::setdiff() masks base::setdiff() #> x nat::union() masks base::union() #> x nat::wire3d() masks rgl::wire3d()