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

Suppress summarize message: spelling #7631

Closed
cbrnr opened this issue Jan 29, 2025 · 1 comment
Closed

Suppress summarize message: spelling #7631

cbrnr opened this issue Jan 29, 2025 · 1 comment

Comments

@cbrnr
Copy link

cbrnr commented Jan 29, 2025

The docs mention that setting options(dplyr.summarise.inform=FALSE) suppresses the informative message when .groups is not specified. Since both American and British spellings are treated equally throughout the package, I was expecting that options(dplyr.summarize.inform=FALSE) also works, but it doesn't. Given that there is no error message when setting that option, I think this behavior might be confusing (it was to me, because I did not notice the spelling difference immediately).

Therefore, I would like to suggest to add dplyr.summarize.inform as an alias for dplyr.summarise.inform.

@hadley
Copy link
Member

hadley commented Feb 18, 2025

Given that we're moving away from this warning (in favour of using .by), I think unfortunately it's more effort than it's worth.

@hadley hadley closed this as completed Feb 18, 2025
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

No branches or pull requests

2 participants