Download Latest Version tidyr 1.3.2 source code.tar.gz (2.4 MB)
Email in envelope

Get an email when there's a new version of tidyr

Home / v1.3.2
Name Modified Size InfoDownloads / 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 .by argument as an alternative to dplyr::group_by() for applying the fill per group, similar to nest(.by =) and dplyr::mutate(.by =) (@olivroy, [#1439]).

  • expand_grid() gains a new .vary argument, allowing users to control whether the first column varies fastest or slowest (#1543, @JamesHWade).

  • unnest_longer() now places indices_to columns before value columns (#1486, @andrewshibata).

  • unchop() produces a more helpful error message when columns cannot be cast to ptype (@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).

Source: README.md, updated 2026-01-09