Skip to content

Commit adab8d9

Browse files
committed
Tweak NEWS bullet
1 parent ab1f20f commit adab8d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

NEWS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# tidyr (development version)
22

3+
* `expand_grid()` gains a new `.vary` argument, allowing users to control
4+
whether the first column varies fastest or slowest (#1543, @JamesHWade).
5+
36
* `pivot_wider_spec()` now throws a more informative error on non-data frame
47
inputs (@catalamarti, #1510).
58

69
* tidyr now requires dplyr >=1.1.0 (#1568, @catalamarti).
710

8-
* `expand_grid()` gains a new `.vary` argument, allowing users to control whether combinations vary fastest or slowest (default). (#1543, @JamesHWade).
9-
1011
# tidyr 1.3.1
1112

1213
* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to

0 commit comments

Comments
 (0)