DESCRIPTION file * Fixed brackets in DESCRIPTION so that auto linking works. * Added another URL.
Fixed * There could be an error in summarise_plus(), any_table() and args_to_char(), if there where to many variables provided. * summarise_plus() ran into an error, if a value label from a format contained a “.”. * any_table() could lead to wrong results if the pre_summed option was used and a variable was part of multiple combinations in the summarised data.
Changed functionality * In summarise_plus(), when types are defined, the total row is now removed if not explicitly defined as type. * In summarise_plus(), when the nesting option “deepest” is used, the variables TYPE, TYPE_NR and DEPTHS are now also generated.
Unit tests * Adjusted tests according to changed functionalities
Additionally * Added openxlsx2 as import in the qol main help file * Corrected a typo in a warning message in any_table() concerning variable order.