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
* Implement `.by` for `mutate()` and `summarise()`
* Add tests related to #6100
* Add `.by` support in `filter()`
* Add `.by` support in `slice()` family
* Move the `.by` collision checks into the generics
* Tweak `summarise_verbose()` to respect if the global option is `TRUE`
This should override the `global_env()` reference check, so we can force verbosity in relevant documentation pages
* Add a full documentation page specific to `.by`
* Add section about verbs without `.by` support
* NEWS bullet
* Order groups by first appearance when using `.by`
* NEWS bullet updates
* We have decided that the `NULL` column case is too obscure to care about
* NEWS tweaks based on feedback
* Second pass on `.by` help page based on feedback
* Include `.by` help page in pkgdown reference
* Apply suggestions from code review
Co-authored-by: Hadley Wickham <[email protected]>
* Regenerate snapshots
* Regenerate documentation
* Ensure that `compute_by()` is type stable on `$data`
It should always return a bare tibble, even though `group_data()` returns a data frame for data frame input.
* Remove `TODO`s
Co-authored-by: Hadley Wickham <[email protected]>
0 commit comments