-
Notifications
You must be signed in to change notification settings - Fork 10
Fix grouping issue in test data #48
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
Conversation
I just switched this to merge into the |
Right, this PR probably shouldn't be the one to merge |
Also, I assume the merge conflicts GitHub is flagging now might automatically be resolved if #49 is merged. |
While `dplyr` appears to automagically provide its own `across` inside `group_by`, we still want to explicitly use `dplyr::` to - satisfy package checks, - continue to work if `dplyr` removes this magic (e.g., if the maintainers don't like this magic ignoring any user-defined/attached non-`dplyr` `across` function), and - be clear to code readers&editors where the function comes from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to resolve #45. I have some other questions and comments about how the function is supposed to work, but I will add them to a separate issue.
Closes #45.
Should this also be merged into the
dev
branch?