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

[UPDATE] Package dplyr changed summarise() function behavior #911

Closed
rolfsimoes opened this issue Feb 9, 2023 · 0 comments
Closed

[UPDATE] Package dplyr changed summarise() function behavior #911

rolfsimoes opened this issue Feb 9, 2023 · 0 comments

Comments

@rolfsimoes
Copy link
Member

Describe the requested improvement
dplyr package is emitting the following warning message:
Returning more (or less) than 1 row per summarise() group was deprecated in dplyr 1.1.0.

Associated sits API function
All functions that use dplyr::summarise() may be affected.

Additional context
When summarise() returns more (or less) than 1 row per group, users must switch from summarise() to reframe(), remember that reframe() always returns an ungrouped data frame and adjust accordingly.

@rolfsimoes rolfsimoes added this to the version 1.3.0 milestone Feb 9, 2023
@rolfsimoes rolfsimoes reopened this Mar 1, 2023
@gilbertocamara gilbertocamara added this to In progress in sits-management Mar 18, 2023
@gilbertocamara gilbertocamara modified the milestones: version 1.3.0, version 1.4.0 Mar 18, 2023
OldLipe added a commit to OldLipe/sits that referenced this issue Apr 24, 2023
@gilbertocamara gilbertocamara moved this from In progress to Done in sits-management May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

3 participants