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

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

Home / v1.1.4
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-09-23 619 Bytes
tidyr 1.1.4 source code.tar.gz 2021-09-23 2.2 MB
tidyr 1.1.4 source code.zip 2021-09-23 2.3 MB
Totals: 3 Items   4.5 MB 0
  • expand_grid() is now about twice as fast and pivot_wider() is a bit faster (@mgirlich, [#1130]).

  • unchop() is now much faster, which propagates through to various functions, such as unnest(), unnest_longer(), unnest_wider(), and separate_rows() (@mgirlich, @DavisVaughan, [#1127]).

  • unnest() is now much faster (@mgirlich, @DavisVaughan, [#1127]).

  • unnest() no longer allows unnesting a list-col containing a mix of vector and data frame elements. Previously, this only worked by accident, and is considered an off-label usage of unnest() that has now become an error.

Source: README.md, updated 2021-09-23