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

Fix rename_with() and pivot_wider() to work for unquoted arguments #2221

Merged
merged 3 commits into from
Sep 4, 2023

Conversation

UchidaMizuki
Copy link
Contributor

Fix #2220.
NextMethod() called within rename_with() and pivot_wider() could not properly handle unquoted arguments for tidy-select.
Therefore, it was modified to call those functions after changing them to data frames.

Also, the order of pivot_wider() arguments has been changed to match the order in tidyr 1.3.0.

@edzer edzer merged commit d527087 into r-spatial:main Sep 4, 2023
7 checks passed
@edzer
Copy link
Member

edzer commented Sep 4, 2023

Great, thanks!

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

Successfully merging this pull request may close these issues.

rename_with(), pivot_wider() do not work on unquoted variables.
2 participants