This function lists all the conflicts between packages in finRes and other packages that you have loaded.
finRes_conflicts()
finRes_conflicts()#> ── Conflicts ───────────────────────────────────────────── finRes_conflicts() ── #> x methods::body<-() masks base::body<-() #> x pullit::get_call() masks factorem::get_call() #> x pullit::get_data() masks factorem::get_data() #> x methods::kronecker() masks base::kronecker() #> x plotit::plot() masks graphics::plot() #> x factorem::summary() masks base::summary()