You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly specify dplyr::across, rather than use (magic) across
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.
0 commit comments