From 73902e47b6a15fb983c21b3811e6e255de9b5388 Mon Sep 17 00:00:00 2001 From: Joe Zhu Date: Sun, 28 Apr 2024 07:46:34 +0800 Subject: [PATCH] [skip vbump] preping for cran release (#1147) #1101 --- DESCRIPTION | 2 +- NEWS.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5e66fd17c..6a5d9a19c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "joe.zhu@roche.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 8af9d30bc..0a827deff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. @@ -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