Skip to content

Inconsistent behaviour of group_by/summarise_at in version 0.7.5 #3613

Description

@privefl

In new version (0.7.5),

iris %>%
  group_by(Species) %>%
  summarise_at(-1, mean)

Error in summarise_impl(.data, dots) :
Column Species can't be modified because it's a grouping variable

I'm pretty sure that the grouping variable was automatically excluded in previous versions.

Is this a bug or a feature? (in order for me to change my code only if necessary)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions