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

summarize() deprecated #304

Closed
AmaliaSusana62 opened this issue Nov 15, 2023 · 1 comment
Closed

summarize() deprecated #304

AmaliaSusana62 opened this issue Nov 15, 2023 · 1 comment

Comments

@AmaliaSusana62
Copy link

Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.

Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.


Brief description of the problem

# insert reprex here
@AmaliaSusana62
Copy link
Author

Returning more (or less) than 1 row per summarise() group was deprecated in dplyr
1.1.0.
ℹ Please use reframe() instead.
ℹ When switching from summarise() to reframe(), remember that reframe() always
returns an ungrouped data frame and adjust accordingly.
ℹ The deprecated feature was likely used in the tsibble package.
Please report the issue at https://github.com/tidyverts/tsibble/issues.

@AmaliaSusana62 AmaliaSusana62 changed the title When switching from summarise() to reframe(), remember that reframe() always returns an ungrouped data frame and adjust accordingly. summarize() deprecated Nov 15, 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

No branches or pull requests

2 participants