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

masscleaner_conflicts()

Value

masscleaner_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

masscleaner_conflicts()
#> ── Conflicts ──────────────────────────────────────── masscleaner_conflicts() ──
#>  massdataset::apply()     masks base::apply()
#>  methods::body<-()        masks base::body<-()
#>  massdataset::colMeans()  masks base::colMeans()
#>  massdataset::colSums()   masks base::colSums()
#>  massdataset::filter()    masks stats::filter()
#>  massdataset::intersect() masks base::intersect()
#>  methods::kronecker()     masks base::kronecker()
#>  massdataset::rowMeans()  masks base::rowMeans()
#>  massdataset::rowSums()   masks base::rowSums()