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

Tweak order of arguments supplied to distinct() #144

Merged
merged 2 commits into from
Jan 26, 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 one of your tests to fail. This PR fixes this by reordering the supplied variables to make the test pass again.

I've also noticed that some of your join calls now cause a warning about multiple matches. You can silence these warnings by supplying multiple = "all" where appropriate. Note that the warnings only show up in testthat and will not inconvenience your users.

See the changelog for more information: https://dplyr.tidyverse.org/dev/news/index.html

We plan to release dplyr 1.1.0 to CRAN on January 27. If possible on your side, a pre-emptive patch release of tidyCDISC would be helpful. Thanks!

AARON-CLARK and others added 2 commits October 21, 2022 11:09
To prevent behaviour change. As of dplyr 1.1.0, `distinct()` now
returns arguments in the order supplied rather than in data order.
@AARON-CLARK AARON-CLARK merged commit 61b5dd4 into Biogen-Inc:devel Jan 26, 2023
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