We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1f20f commit adab8d9Copy full SHA for adab8d9
NEWS.md
@@ -1,12 +1,13 @@
1
# tidyr (development version)
2
3
+* `expand_grid()` gains a new `.vary` argument, allowing users to control
4
+ whether the first column varies fastest or slowest (#1543, @JamesHWade).
5
+
6
* `pivot_wider_spec()` now throws a more informative error on non-data frame
7
inputs (@catalamarti, #1510).
8
9
* tidyr now requires dplyr >=1.1.0 (#1568, @catalamarti).
10
-* `expand_grid()` gains a new `.vary` argument, allowing users to control whether combinations vary fastest or slowest (default). (#1543, @JamesHWade).
-
11
# tidyr 1.3.1
12
13
* `pivot_wider` now uses `.by` and `|>` syntax for the dplyr helper message to
0 commit comments