Skip to contents

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

Usage

bupaverse_conflicts()

Value

Returns a list all the conflicts between packages in the bupaverse and other packages that you have loaded.

Examples

bupaverse_conflicts()
#> ── Conflicts ────────────────────────────────────────── bupaverse_conflicts() ──
#>  bupaR::filter()          masks stats::filter()
#>  processmapR::frequency() masks stats::frequency()
#>  edeaR::setdiff()         masks base::setdiff()
#>  bupaR::timestamp()       masks utils::timestamp()
#>  processcheckR::xor()     masks base::xor()