BREAKING CHANGES
-
Argument
values_fillindata_to_wide()is now defunct, because it did not
work as intended (#645). -
data_to_wide()no longer removes empty columns that were created after
widening data frames, to behave similarly totidyr::pivot_wider()(#645).
CHANGES
-
data_tabulate()now saves the table of proportions for crosstables as
attribute, accessible via the newas.prop.table()method (#656). -
Due to changes in the package
insight,data_tabulate()no longer prints
decimals when all values in a column are integers (#641). -
Argument
values_fromindata_to_wide()now supports select-helpers like
theselectargument in other{datawizard}functions (#645). -
Added a
display()method fordata_codebook()(#646). -
display()methods now support the{tinytable}package. Useformat = "tt"
to export tables astinytableobjects (#646). -
Improved performance for several functions that process grouped data frames
when the input is a groupedtibble(#651).
BUG FIXES
-
Fixed an issue when
demean()ing nested structures with more than 2 grouping
variables (#635). -
Fixed an issue when
demean()ing crossed structures with more than 2 grouping
variables (#638). -
Fixed issue in
data_to_wide()with multiple variables assigned in
values_fromwhen IDs were not balanced (equally spread across observations)
(#644). -
Fixed issue in
data_replicate()when data frame had only one column to
replicate (#654).