Minor refactoring of long_to_wide_converter. It gains spread argument. When set to FALSE, the original dataframe will be returned with the NA’s removed.
New helper function p_value_formatter.
BREAKING CHANGES
Removes the unused sort_xy function. This removes forcats from imports.
Removes the unused normality_message and shapiro_message functions.
Removes the unneeded movies_wide and movies_long datasets.
New function: stats_type_switch.
signif_column now explicitly returns a dataframe.
The following function are no longer re-exported from broomExtra to remove it from imports: tidy, glance, augment, and easystats_to_tidy_names. This gets rid of dependence on broomExtra.
bartlett_message and normality_message function lose output argument. They now always return a message.
Minimum R version needed is bumped to R 3.6.0.
Re-exports easystats_to_tidy_names from broomExtra.
Fixes tests for the new release of tibble.
Re-export tibble::as_tibble and color functions from crayon.
New function: easystats_to_tidy_names, sort_xy.