Skip to content

Commit

Permalink
fixing NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Melkiades committed Jun 7, 2024
1 parent 7b70e3f commit 4ac4f18
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
## rtables 0.6.7.9004
### New Features
* all tables are now guaranteed to have fully path-traversable column structures (all facets in column space uniquely reachable via pathing) @gmbecker
* display of higher order (non-leaf) column counts is now supported (#135) @gmbecker
* column count visibility can be set independently for each block of sibling facets (#752) @gmbecker
* `split_cols_by*` functions now accept `show_colcounts` and `colcount_format` arguments
* new (column-) path based `colcount_visible` getter and setter for changing column count visibility in an already built table @gmbecker
* new (column-) path based `facet_colcount` getter and setter column count value at arbitrary point in column structure of built table @gmbecker
* new `facet_colcounts_visible` setter to conveniently set the column count visibility of a set of sibling facets in column space
* new `rm_all_colcounts` convenience function for turning off visibility all column counts throughout the column structure @gmbecker

## rtables 0.6.7.9003
### New Features
* Added `top_level_section_div` for `basic_table` to set section dividers for top level rows.
* Added `keep_label_rows` to `as_result_df` to have these lines visible.
* `sort_at_path` now gives informative error messages when the given path does not exist.
* Add support for truetype fonts based on formatters `>= 0.5.6.9007`. Nearly all functions related to pagination or export now accept `fontspec` argument and pass it around accordingly, by @gmbecker.
* Core splitting machinery can now be overridden in column space via `make_split_fun` provided that `core_split` associates the generated facets with subsetting expressions. Subsetting expressions remain unnecessary for splits in row space. By @gmbecker.
* ValueWrapper objects now carry around subsetting expressions for use during tabulation, by @gmbecker.
* `make_split_res`, `add_to_split_result` now accept a list of subsetting expressions which will be attached to the values, by @gmbecker.
* New `value_expr` internal getter and setter methods, by @gmbecker.
* All tables are now guaranteed to have fully path-traversable column structures (all facets in column space uniquely reachable via pathing) @gmbecker.
* Display of higher order (non-leaf) column counts is now supported (#135) @gmbecker.
* Column count visibility and format can be set independently for each block of sibling facets (#752) @gmbecker.
* `split_cols_by*` functions now accept `show_colcounts` and `colcount_format` arguments.
* New (column-) path based `colcount_visible` getter and setter for changing column count visibility in an already built table @gmbecker.
* New (column-) path based `facet_colcount` getter and setter column count value at arbitrary point in column structure of built table @gmbecker.
* New `facet_colcounts_visible` setter to conveniently set the column count visibility of a set of sibling facets in column space
* New `rm_all_colcounts` convenience function for turning off visibility all column counts throughout the column structure @gmbecker.


### Bug Fixes
* Fixed bug in `as_html` preventing indentation from being applied in `Viewer` output.
* `col_counts<-` and `col_total<-` methods now explicitly convert `value` to integer, by @gmbecker.
* `col_gap` is now respected in `nlines` row methods, and thus by `make_row_df`, by @gmbecker.

### Miscellaneous
* Added `lifecycle` badge files for deprecated documentation.
* Deprecated the `gap` and `check_headers` arguments to `rbindl_rtables` using `lifecycle`.

## rtables 0.6.7
### New Features
* Added `top_level_section_div` for `basic_table` to set section dividers for top level rows.
* Added `keep_label_rows` to `as_result_df` to have these lines visible.
* `sort_at_path` now gives informative error messages when the given path does not exist.

### Bug Fixes
* Fixed `rlistings` decoration (e.g. titles and footers) expansion when there are new lines. Moved relevant handling from `rtables`' `matrix_form` function to `formatters`' dedicated `mform_handle_newlines` function.
Expand All @@ -29,15 +36,9 @@
* Fixed `sort_at_path` pathing to ignore leading `"root"` element (regardless of actual root element name) to match current `tt_at_path` behavior.
* Fixed `section_div` for analysis of multiple variables (`AnalyzeMultiVars`).
* Fixed mismatch between indentation declared in row info (`mf_rinfo(mf)`) and actual selected indentation from `matrix_form(mf, indent_rownames = FALSE)`.
* Fixed bug in `as_html` preventing indentation from being applied in `Viewer` output.
* `col_counts<-` and `col_total<-` methods now explicitly convert `value` to integer, by @gmbecker.
* `col_gap` is now respected in `nlines` row methods, and thus by `make_row_df`, by @gmbecker.


### Miscellaneous
* Removed deprecated functions `add_analyzed_var` and `trim_zero_rows`.
* Added `lifecycle` badge files for deprecated documentation.
* Deprecated the `gap` and `check_headers` arguments to `rbindl_rtables` using `lifecycle`.

## rtables 0.6.6
### New Features
Expand Down

0 comments on commit 4ac4f18

Please sign in to comment.