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

Don't supply unknown arguments to dplyr join functions #29

Merged
merged 3 commits into from
Jan 9, 2023

Conversation

lionel-
Copy link
Contributor

@lionel- lionel- commented Dec 14, 2022

For compatibility with dplyr 1.1.0 where the join functions are now stricter with unknown arguments instead of ignoring them.

I've also set multiple = "all" to silence a new warning about multiple matches. That might need adjustment if that's not the expected behaviour.

We plan to release dplyr on January 27. If possible, a pre-emptive fix release would be helpful to our release process. Thanks!

They've gotten stricter in dplyr 1.1.0
@ianmcook
Copy link
Owner

Thanks @lionel-! I will review and merge this soon and plan to submit an update to CRAN before mid-January

@ianmcook ianmcook merged commit f587ca8 into ianmcook:master Jan 9, 2023
@ianmcook
Copy link
Owner

Version 0.2.4 of tidyquery is now on CRAN. It contains these and some other changes for compatibility with dplyr 1.1.0.

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.

2 participants