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
I can understand why it might make sense for summarize() to drop attributes (but then why does count() preserve them?), but I don't see why ungroup(group_by(...)) should drop attributes unilaterally. Given that almost all dplyr verbs preserve the attribute, I'm wondering if this is a bug/regression.
There are a variety of issues regarding attributes but they are all closed.
This is referring to tibble attributes, not tibble column attributes. The CRAN install of dplyr 1.1.0 sometimes drops attributes:
I can understand why it might make sense for
summarize()
to drop attributes (but then why doescount()
preserve them?), but I don't see whyungroup(group_by(...))
should drop attributes unilaterally. Given that almost alldplyr
verbs preserve the attribute, I'm wondering if this is a bug/regression.There are a variety of issues regarding attributes but they are all closed.
The text was updated successfully, but these errors were encountered: