Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Oct 5, 2023
1 parent 46da927 commit ad19386
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# tern 0.9.1.9001

### New Features
* Added function `get_indents_from_stats` to format and return indent modifiers for a given set of statistics.
* Added summarize function version of `count_occurrences` analyze function, `summarize_occurrences`.

### Enhancements
* Added formatting function `format_count_fraction_lt10` for formatting `count_fraction` with special consideration when count is less than 10.

Expand All @@ -13,8 +17,6 @@
* Added function `get_formats_from_stats` to return formats and `get_labels_from_stats` to return labels for a given set of statistics.
* Added `"auto"` option for `.formats`. It uses `format_auto` to determine automatically the number of digits.
* Added `title` argument to `h_grob_tbl_at_risk` and `annot_at_risk_title` argument to `g_km` and `h_km_layout` which allows user to add "Patients at Risk" title to Kaplan-Meier at risk annotation table.
* Added function `get_indents_from_stats` to format and return indent modifiers for a given set of statistics.
* Added summarize function version of `count_occurrences` analyze function, `summarize_occurrences`.

### Enhancements
* Refactored `tabulate_rsp_subgroups` to pass sanitation checks by preventing creation of degenerate subtables.
Expand Down

0 comments on commit ad19386

Please sign in to comment.