Skip to content

Commit 512da8b

Browse files
authored
[skip vbump] upversion v0.11.1 (#1415)
Fixes #1378 * Update DESCRIPTION and NEWS * vbump teal.* packages * vbump tern, rtables, rlistings, tern.mmrm to latest release (per @shajoezhu suggestion) * Remove `Remotes` entry
1 parent 9d97e1b commit 512da8b

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

DESCRIPTION

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: teal.modules.clinical
22
Title: 'teal' Modules for Standard Clinical Outputs
3-
Version: 0.10.0.9019
3+
Version: 0.11.1
44
Date: 2025-08-20
55
Authors@R: c(
66
person("Joe", "Zhu", , "[email protected]", role = "aut",
@@ -33,9 +33,9 @@ BugReports:
3333
https://github.com/insightsengineering/teal.modules.clinical/issues
3434
Depends:
3535
R (>= 4.0),
36-
teal (>= 0.16.0.9002),
37-
teal.transform (>= 0.6.0),
38-
tern (>= 0.9.7.9016)
36+
teal (>= 1.0.0),
37+
teal.transform (>= 0.7.0),
38+
tern (>= 0.9.9)
3939
Imports:
4040
broom (>= 0.7.10),
4141
bslib (>= 0.8.0),
@@ -48,22 +48,22 @@ Imports:
4848
ggrepel (>= 0.9.6),
4949
grid,
5050
lifecycle (>= 0.2.0),
51-
rlistings (>= 0.2.10),
51+
rlistings (>= 0.2.12),
5252
rmarkdown (>= 2.23),
53-
rtables (>= 0.6.11),
53+
rtables (>= 0.6.13),
5454
scales (>= 1.4.0),
5555
shiny (>= 1.8.1),
5656
shinyjs (>= 1.10.0),
5757
shinyvalidate (>= 0.1.3),
5858
shinyWidgets (>= 0.5.1),
5959
stats,
6060
teal.code (>= 0.7.0),
61-
teal.data (>= 0.7.0),
61+
teal.data (>= 0.8.0),
6262
teal.logger (>= 0.4.0),
6363
teal.reporter (>= 0.5.0),
64-
teal.widgets (>= 0.4.3.9001),
64+
teal.widgets (>= 0.5.0),
6565
tern.gee (>= 0.1.5),
66-
tern.mmrm (>= 0.3.1),
66+
tern.mmrm (>= 0.3.3),
6767
utils,
6868
vistime (>= 1.2.3)
6969
Suggests:
@@ -78,14 +78,10 @@ Suggests:
7878
shinytest2 (>= 0.4.1),
7979
styler (>= 1.10.3),
8080
testthat (>= 3.2.3),
81-
withr (> 2.0.1.5)
81+
withr (>= 3.0.0)
8282
VignetteBuilder:
8383
knitr,
8484
rmarkdown
85-
Remotes:
86-
insightsengineering/teal.widgets@main,
87-
insightsengineering/teal@main,
88-
insightsengineering/tern@main
8985
Config/Needs/verdepcheck: insightsengineering/teal,
9086
insightsengineering/teal.slice, insightsengineering/teal.transform,
9187
insightsengineering/tern, tidymodels/broom, mllg/checkmate,

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# teal.modules.clinical 0.10.0.9019
1+
# teal.modules.clinical 0.11.1
22

33
### Enhancements
4+
* Improved the layout and appearance of the app using `bslib` components.
45
* Added argument `conf_type` to module `tm_g_km` to allow users to set a confidence interval type for median survival time estimation.
56
* Added `denom` argument in `tm_t_binary_outcome` module.
7+
* Update `withr` dependency version.
68

79
### Bug fixes
810
* Fixed bug in `tm_t_events` to return sorted table (#1393).

0 commit comments

Comments
 (0)