Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
eutwt committed Sep 4, 2021
1 parent 612961f commit db261bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# dtplyr (development version)

* `tally()` and `count()` now follow the dplyr convention of creating a unique
name if the default output `name` (n) already exists (@eutwt, #295).

* It is now possible to change the value of group variables with `summarise()`,
`tally()`, and `count()` (@eutwt, #295).

* `if_any()` and `if_all()` now default to `.cols = everything()` when `.cols`
isn't provided (@eutwt, #294).

Expand Down

0 comments on commit db261bc

Please sign in to comment.