Skip to content

Commit

Permalink
Merge branch 'main' into update_wordlist@main
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Zhu <joe.zhu@roche.com>
  • Loading branch information
shajoezhu committed Jul 20, 2023
2 parents 4fa7404 + 1917740 commit 675de57
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rtables
Title: Reporting Tables
Version: 0.6.1.9014
Date: 2023-07-13
Version: 0.6.2.9000
Date: 2023-07-20
Authors@R: c(
person("Gabriel", "Becker", , "gabembecker@gmail.com", role = c("aut", "cre")),
person("Adrian", "Waddell", , "adrian.waddell@gene.com", role = "aut"),
Expand All @@ -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)
Expand Down
15 changes: 11 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@

## rtables 0.6.1.9014
* fix major regressions for page_by machinery caused by migration to `formatters` 0.5.0 pagination framework.
* cleaned up spelling in documentation ([#685](https://github.com/insightsengineering/rtables/issues/685))
## rtables 0.6.2.9000
* Cleaned up spelling in documentation ([#685](https://github.com/insightsengineering/rtables/issues/685))

## 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`).
Expand Down

0 comments on commit 675de57

Please sign in to comment.