Skip to contents

This function lists all the conflicts between packages in the healthyverse and other packages that you have loaded.

Usage

healthyverse_conflicts()

Value

A message in regards to library conflicts.

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()
#>  tidyAML::quantile_normalize()   masks TidyDensity::quantile_normalize()