Closed vmshirey closed 3 years ago
Hi Colin!
Just dropping a quick note about an error when running bart.step in which the "select" function is not properly defined as coming from either the raster or dplyr libraries:
library(conflicted) sdm <- bart.step(y.data=dat[,"occurrence"], x.data=dat[,xnames], full=TRUE, quiet=TRUE)
_Error: [conflicted] select found in 2 packages. Either pick the one you want with ::
select
::
conflict_prefer()
AH
Thank you
Should be unconflicted now?
Hi Colin!
Just dropping a quick note about an error when running bart.step in which the "select" function is not properly defined as coming from either the raster or dplyr libraries:
_Error: [conflicted]
select
found in 2 packages. Either pick the one you want with::
conflict_prefer()