Name | Modified | Size | Downloads / 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 andpivot_wider()
is a bit faster (@mgirlich, [#1130]). -
unchop()
is now much faster, which propagates through to various functions, such asunnest()
,unnest_longer()
,unnest_wider()
, andseparate_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 ofunnest()
that has now become an error.