diff --git a/DESCRIPTION b/DESCRIPTION index 7eed39c133..6611277060 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: teal.modules.clinical Title: 'teal' Modules for Standard Clinical Outputs -Version: 0.9.0.9013 -Date: 2024-03-26 +Version: 0.9.0.9014 +Date: 2024-03-27 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")), person("Jana", "Stoilova", , "jana.stoilova@roche.com", role = "aut"), @@ -32,7 +32,7 @@ BugReports: https://github.com/insightsengineering/teal.modules.clinical/issues Depends: R (>= 4.0), - teal (>= 0.15.0), + teal (>= 0.15.2), teal.transform (>= 0.5.0), tern (>= 0.9.3.9027) Imports: @@ -57,7 +57,7 @@ Imports: stats, teal.code (>= 0.5.0), teal.data (>= 0.4.0), - teal.logger (>= 0.1.3.9013), + teal.logger (>= 0.2.0), teal.reporter (>= 0.2.1), teal.widgets (>= 0.4.0), tern.gee (>= 0.1.3), diff --git a/NEWS.md b/NEWS.md index 76d567bac8..8f53d36c28 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.clinical 0.9.0.9013 +# teal.modules.clinical 0.9.0.9014 ### 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.