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

Compatibility with dplyr 1.1.0 #34

Merged
merged 3 commits into from
Dec 17, 2022
Merged

Conversation

lionel-
Copy link
Contributor

@lionel- lionel- commented Dec 14, 2022

In dplyr 1.1.0, left_join() will become now stricter in the arguments it accepts and will throw an error when supplied an unknown argument instead of ignoring them. In this case, you were supplying a prefix argument, presumably instead of suffix.

This PR fixes the error and also a couple of other warnings.

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

Silences:

```
Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.
ℹ Please use `"n"` instead of `.data$n`
```
It now fails if supplied an unknown argument
@paleolimbot
Copy link
Owner

Thank you!

@paleolimbot paleolimbot merged commit 5a1ac88 into paleolimbot:master Dec 17, 2022
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