uwescience / WaterReuseDSSG2024

Drivers-Based Water Reuse Potential project for DSSG summer 2024
https://uwescience.github.io/WaterReuseDSSG2024/
Apache License 2.0
1 stars 1 forks source link

bug: select function in raster and dplyr clash #291

Open voglerdaniel opened 1 month ago

voglerdaniel commented 1 month ago

After importing crosswalk_spatial.R I noticed that select() from dplyr no longer worked properly:

Error: unable to find an inherited method for function ‘select’ for signature ‘x = "data.frame"’

I investigated and came across this post. TLDR some dplyr function names clash with function names from other dependencies. We should probably alert users that they might run into this in our docs.

atkissoncj commented 1 month ago

can always specify the package name foo_pkg::bar_func