could not find function "conflict_scout"

I am using Microsoft R Open and I have successfully installed package conflicted. However, I could not use the conflict_scout function of package conflicted.

require(conflicted)
conflict_scout()
Error in conflict_scout() : could not find function "conflict_scout"

I am not sure if this is caused by Microsoft R Open.

It works in both CRAN and RStudio under Mojave.

I suspect it is a microsoft R open issue. I can replicate this issue on both windows and linux machines.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.