From abd7fb13c374703b364ce0ff282e100daa0a4fc7 Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Wed, 26 Feb 2025 14:30:48 -0800 Subject: [PATCH 1/2] [skip vbump] upversion v0.10.0 --- DESCRIPTION | 6 +++--- NEWS.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 28ca44de1..c2d5db3fb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: teal.modules.clinical Title: 'teal' Modules for Standard Clinical Outputs -Version: 0.9.1.9071 +Version: 0.10.0 Date: 2025-02-26 Authors@R: c( person("Joe", "Zhu", , "joe.zhu@roche.com", role = "aut", @@ -56,9 +56,9 @@ Imports: shinyvalidate, shinyWidgets (>= 0.5.1), stats, - teal.code (>= 0.6.0), + teal.code (>= 0.6.1), teal.data (>= 0.7.0), - teal.logger (>= 0.3.1), + teal.logger (>= 0.3.2), teal.reporter (>= 0.4.0), teal.widgets (>= 0.4.3), tern.gee (>= 0.1.5), diff --git a/NEWS.md b/NEWS.md index 7729478ff..ca23b7ec1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# teal.modules.clinical 0.9.1.9071 +# teal.modules.clinical 0.10.0 ### Enhancements * Added `teal.logger` functionality for logging changes in shiny inputs in all modules. @@ -9,6 +9,7 @@ * Added argument `riskdiff` to modules `tm_g_forest_rsp` and `tm_g_forest_tte` to allow users to add a risk difference table column. * Added the `count_dth` and `count_wd` parameters to `tm_t_events_summary` to select/deselect the "Total number of deaths" and "Total number of patients withdrawn from study due to an AE" rows, respectively. These options correspond to the "Count deaths" and "Count withdrawals due to AE" checkboxes available when the module is run. * Added the `title_text` argument to `tm_t_mult_events` to allow for more customization of the module's dynamic title. +* Introduced `transformators` and `decorators` argument to modules. ### Bug fixes * Fixed bug in creating modules with `delayed_data` and `teal.transform::all_choices`. From 21d2c74f4d249749aefc57c85be22da589b2e8ce Mon Sep 17 00:00:00 2001 From: Dony Unardi Date: Wed, 26 Feb 2025 14:57:34 -0800 Subject: [PATCH 2/2] Remove platforms that cause dependency installation to get stuck. --- .github/workflows/scheduled.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 10ae4efec..f62897fe1 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -66,3 +66,14 @@ jobs: ) name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main + with: + config: >- + r-patched-linux-x86_64, + r-release-linux-x86_64, + r-devel-windows-x86_64, + r-release-macos-arm64, + r-release-macos-x86_64, + r-release-windows-x86_64, + r-oldrel-macos-arm64, + r-oldrel-macos-x86_64, + r-oldrel-windows-x86_64