Skip to contents

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

Usage

hydrofabric_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

hydrofabric_conflicts()
#> ── Conflicts ──────────────────────────────────────── hydrofabric_conflicts() ──
#>  arrow::buffer()    masks terra::buffer()
#>  terra::intersect() masks dplyr::intersect()
#>  glue::trim()       masks terra::trim()
#>  terra::union()     masks dplyr::union()