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

Fix mutate_each() and summarise_each() deprecation warnings #6884

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

DavisVaughan
Copy link
Member

Closes #6869

@DavisVaughan DavisVaughan merged commit c963d4d into tidyverse:main Jul 17, 2023
11 checks passed
@DavisVaughan DavisVaughan deleted the fix/each-warnings branch July 17, 2023 13:54
@moodymudskipper
Copy link

moodymudskipper commented Oct 5, 2023

For static analysis purpose, and general exploration by printing functions, shouldn't the deprecation warnings be triggered directly by the exported functions ?

This doesn't look deprecated, after being suggested by autocomplete dplyr::summ :

dplyr::summarize_each
#> function (tbl, funs, ...) 
#> {
#>     summarise_each_impl(tbl, funs, enquos(...), "summarise_each")
#> }
#> <bytecode: 0x12a0b8208>
#> <environment: namespace:dplyr>

Created on 2023-10-06 with reprex v2.0.2

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.

Deprecated feature summarize_each() still in use
2 participants