Skip to content

Commit

Permalink
[skip vbump] preping for cran release (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Apr 27, 2024
1 parent 055ec1f commit 73902e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.9.0.9025
Version: 0.9.1
Date: 2024-04-26
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.clinical 0.9.0.9025
# teal.modules.clinical 0.9.1

### Enhancements
* Updated `tm_g_forest_rsp` and `tm_g_forest_tte` to use refactored version of `g_forest`. Plots are now displayed as `ggplot` objects instead of `grob` objects. Added parameters `font_size` and `rel_width_forest` to control font size and width of plot relative to table, respectively.
Expand All @@ -7,9 +7,9 @@
* Added the `control` argument to `tm_t_binary_outcome` to control settings for the analysis (methods, confidence intervals, and odds ratios) within the module.

### Miscellaneous
* Removed `formatters` from dependencies and replaced the use of its functions relating to variable labels with functions from `teal.data`.
* Replaced instances of deprecated `na_level` argument to `tern` functions with `na_str`.
* Updated all template functions to use argument/list element name `strata` instead of `strat` in all `tern` function inputs following the deprecation of this argument/name within `tern`.
* Replaced argument/list element name `strata` instead of `strat` in all `tern` function calls following the deprecation of this argument/name within `tern`.
* Removed `formatters` from dependencies and replaced the use of its functions relating to variable labels with functions from `teal.data`.

# teal.modules.clinical 0.9.0

Expand Down

0 comments on commit 73902e4

Please sign in to comment.