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 #41

Merged
merged 3 commits into from
Jan 17, 2023
Merged

Compatibility with dplyr 1.1.0 #41

merged 3 commits into from
Jan 17, 2023

Conversation

lionel-
Copy link
Contributor

@lionel- lionel- commented Dec 15, 2022

In dplyr 1.1.0, distinct() now returns variables in the supplied order rather than the data order. This causes some of your tests to fail. This PR fixes this by reordering the supplied variables so they are in data order.

While I was there, I fixed some warnings:

  • A warning which already occurs about all_of() being used outside of a selection context.
  • New warnings with dplyr 1.1.0 caused by multiple matches in joins. I've silenced them, assuming that the multiple matches are expected.

We plan to release dplyr 1.1.0 to CRAN on January 27. If possible on your side, a pre-emptive patch release of romic would be helpful. 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.

2 participants