
Conflicts between the healthyverse and other packages
Source:R/conflicts.R
healthyverse_conflicts.RdThis function lists all the conflicts between packages in the healthyverse and other packages that you have loaded.
Details
There are four conflicts that are deliberately ignored: intersect,
union, setequal, and setdiff from dplyr. These functions
make the base equivalents generic, so shouldn't negatively affect any
existing code.
Examples
healthyverse_conflicts()
#> ── Conflicts ─────────────────────────────────────── healthyverse_conflicts() ──
#> ✖ tidyAML::check_duplicate_rows() masks TidyDensity::check_duplicate_rows()
#> ✖ RandomWalker::cmedian() masks TidyDensity::cmedian()
#> ✖ tidyAML::quantile_normalize() masks TidyDensity::quantile_normalize()