Closed
Description
Once the conflicted
package is loaded, tidyverse_conflicts()
doesn't work. I don't think it's meant to be called directly, but something to keep in mind in case it is indicative of other issues.
##library(conflicted)
library(tidyverse) #prints correctly
tidyverse_conflicts()
#> Error: filter found in 2 packages. You must indicate which one you want with ::
#> * dplyr::filter
#> * stats::filter
Created on 2018-06-08 by the reprex package (v0.2.0).