From 35dc4c1352d04d03df3354b3ecc380f5c4598909 Mon Sep 17 00:00:00 2001 From: Emily de la Rua <59304861+edelarua@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:25:03 -0500 Subject: [PATCH 1/2] Update `tm_t_summary_by()` column variable text (#1247) # Pull Request Fixes #1244 Text now aligns with `tm_t_summary()` column variable text. --- R/tm_t_summary_by.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/tm_t_summary_by.R b/R/tm_t_summary_by.R index 4e8b33033..e9163901b 100644 --- a/R/tm_t_summary_by.R +++ b/R/tm_t_summary_by.R @@ -480,7 +480,7 @@ ui_summary_by <- function(id, ...) { teal.transform::datanames_input(a[c("arm_var", "id_var", "paramcd", "by_vars", "summarize_vars")]), teal.transform::data_extract_ui( id = ns("arm_var"), - label = "Select Treatment Variable", + label = "Select Column Variable(s)", data_extract_spec = a$arm_var, is_single_dataset = is_single_dataset_value ), From 8f69e647360985baffb0ba998290b085fc9c2545 Mon Sep 17 00:00:00 2001 From: shajoezhu Date: Tue, 26 Nov 2024 11:25:59 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.9.1.9033 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1edd0f866..9fb81fb4e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teal.modules.clinical Title: 'teal' Modules for Standard Clinical Outputs -Version: 0.9.1.9032 +Version: 0.9.1.9033 Date: 2024-11-26 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 7ac3e498f..c4256282a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.clinical 0.9.1.9032 +# teal.modules.clinical 0.9.1.9033 ### Enhancements * Added `teal.logger` functionality for logging changes in shiny inputs in all modules.