Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: select function in raster and dplyr clash #291

Open
voglerdaniel opened this issue Aug 5, 2024 · 1 comment
Open

bug: select function in raster and dplyr clash #291

voglerdaniel opened this issue Aug 5, 2024 · 1 comment
Assignees

Comments

@voglerdaniel
Copy link
Collaborator

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.

@npovejsil npovejsil self-assigned this Aug 15, 2024
@atkissoncj
Copy link
Collaborator

can always specify the package name foo_pkg::bar_func

@atkissoncj atkissoncj added this to the Refactor GeoNdxR milestone Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants