Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip vbump] upversion v0.10.0 #1356

Merged
merged 2 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions 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.1.9071
Version: 0.10.0
Date: 2025-02-26
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = "aut",
Expand Down Expand Up @@ -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),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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`.
Expand Down
Loading