Releases: nacnudus/unpivotr
Releases · nacnudus/unpivotr
unpivotr v0.6.0
v0.5.0
unpivotr 0.5.0
New features
behead_if()
is for tiered headers within the same row or column. It takes
filter functions similarly todplyr::filter()
to decide which cells to
treat as headers, and can be applied more than once to the same row or
column of headers until every tier has been dealt with.merge_rows()
andmerge_cols()
combines header text when it is split over
multiple cells.
Other changes
behead()
,enhead()
,partition()
andrectify()
give a more informative
error message for non-distinct cells, for example when trying to pass cells
from more than one sheet to these functions (@gregrs-uk, #15).
CRAN submission v0.3.1
Tiny bugfix release to pass tests on all CRAN platforms.
CRAN submission v0.3.0
- Made compatible with tidyxl version 1.0.0 (avoids
dplyr::distinct()
, which
doesn't handle list columns). - Updated to use the new
dplyr
/rlang
combination instead of the old
dplyr
/lazyeval
one.
CRAN submission v0.2.1
Update CRAN comments