| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-01-09 | 1.3 kB | |
| tidyr 1.3.2 source code.tar.gz | 2026-01-09 | 2.4 MB | |
| tidyr 1.3.2 source code.zip | 2026-01-09 | 2.5 MB | |
| Totals: 3 Items | 5.0 MB | 0 | |
-
fill()gains a.byargument as an alternative todplyr::group_by()for applying the fill per group, similar tonest(.by =)anddplyr::mutate(.by =)(@olivroy, [#1439]). -
expand_grid()gains a new.varyargument, allowing users to control whether the first column varies fastest or slowest (#1543, @JamesHWade). -
unnest_longer()now placesindices_tocolumns before value columns (#1486, @andrewshibata). -
unchop()produces a more helpful error message when columns cannot be cast toptype(@mgirlich, [#1477]). -
unite()no longer errors if you provide a selection that doesn't select any columns. Instead, it returns a column containing the empty string (#1548, @catalamarti). -
pivot_wider_spec()now throws a more informative error on non-data frame inputs (@catalamarti, [#1510]). -
Fixed an internal error in
pivot_wider()(#1609, @krlmlr). -
R >=4.1.0 is now required, in line with the tidyverse standard of supporting the previous 5 minor releases of R (#1613).
-
The base pipe is now used throughout the documentation (#1613).
-
tidyr now requires dplyr >=1.1.0 (#1568, @catalamarti).
-
tidyr is now compliant with R's C API (#1618).