diff --git a/DESCRIPTION b/DESCRIPTION index e86cde327..1ac062f0c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rtables Title: Reporting Tables -Version: 0.6.1.9014 +Version: 0.6.2 Date: 2023-07-13 Authors@R: c( person("Gabriel", "Becker", , "gabembecker@gmail.com", role = c("aut", "cre")), @@ -24,7 +24,7 @@ URL: https://github.com/insightsengineering/rtables, https://insightsengineering.github.io/rtables/ BugReports: https://github.com/insightsengineering/rtables/issues Depends: - formatters (>= 0.5.0), + formatters (>= 0.5.1), magrittr, methods, R (>= 2.10) diff --git a/NEWS.md b/NEWS.md index ef300b627..3b0b230e7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ -## rtables 0.6.1.9014 - * fix major regressions for page_by machinery caused by migration to formatters 0.5.0 pagination framework. +## rtables 0.6.2 + * Fixed major regressions for `page_by` machinery caused by migration to `formatters` 0.5.1 pagination framework. + * Fixed `page_by` labels become missing when only one level exist in the `split_rows_by`. + * Fixed a bug when dropping `var` levels but not `lblvar` levels. + * Added checks to catch bad labels (with {}) and throw informative error. + * Added `qtable` function to create a table with a single top-level structure in both row and column dimensions involving faceting by 0 or more variables in each. + * Added `as_result_df` function to flattern a table into a dataframe. + * Added `sanitize_table_struct`, `validate_table_struct`, `find_degen_struct` to support degenerative table rendering. ## rtables 0.6.1 * Improved resilience of pagination machinery (`paginate_table`) by generalizing parameters' defaults (`cpp`, `lpp`, and `font_size`).