Skip to content

Commit

Permalink
vbump to 0.6.2, update description and news. [skip vbump] (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Jul 20, 2023
1 parent 4003c0c commit d294ac0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
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
10 changes: 8 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down

0 comments on commit d294ac0

Please sign in to comment.