Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
16 changes: 8 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.12.0.9013
Date: 2026-04-08
Version: 0.13.0
Date: 2026-06-29
Authors@R: c(
person("Dony", "Unardi", , "unardid@gene.com", role = c("aut", "cre")),
person("Joe", "Zhu", , "joe.zhu@roche.com", role = "aut",
comment = c(ORCID = "0000-0001-7566-2787")),
person("Jana", "Stoilova", , "jana.stoilova@roche.com", role = "aut"),
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "aut"),
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut"),
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"),
person("Mahmoud", "Hallal", , "mahmoud.hallal@roche.com", role = "aut"),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = c("aut", "cre")),
person("Dawid", "Kaledkowski", , "dawid.kaledkowski@roche.com", role = "aut"),
person("Rosemary", "Li", , "li.yaqiong@gene.com", role = "aut"),
person("Heng", "Wang", , "wang.heng@gene.com", role = "aut"),
person("Pawel", "Rucki", , "pawel.rucki@roche.com", role = "aut"),
Expand All @@ -33,7 +34,7 @@ BugReports:
https://github.com/insightsengineering/teal.modules.clinical/issues
Depends:
R (>= 4.4),
teal (>= 1.1.0.9029),
teal (>= 1.1.1),
teal.transform (>= 0.7.0),
tern (>= 0.9.9)
Imports:
Expand Down Expand Up @@ -79,12 +80,11 @@ Suggests:
styler (>= 1.10.3),
testthat (>= 3.2.3),
withr (>= 3.0.0)
Remotes:
insightsengineering/teal@release-candidate-v1.1.1
Comment thread
averissimo marked this conversation as resolved.
Outdated
VignetteBuilder:
knitr,
rmarkdown
Remotes:
insightsengineering/teal,
insightsengineering/teal.reporter
Config/Needs/verdepcheck: insightsengineering/teal,
insightsengineering/teal.slice, insightsengineering/teal.transform,
insightsengineering/tern, tidymodels/broom, mllg/checkmate,
Expand All @@ -107,4 +107,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE, packages = c("roxy.shinylive"))
RoxygenNote: 7.3.3
Config/roxygen2/version: 8.0.0
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# teal.modules.clinical 0.12.0.9013
# teal.modules.clinical 0.13
Comment thread
averissimo marked this conversation as resolved.
Outdated

### Enhancements
* Added `numeric_formats` argument to `tm_t_summary` to customize formatting of numeric statistics.
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,3 @@ If you encounter a bug or have a feature request, please file an issue. For ques
## Acknowledgment

This package is the result of the joint efforts of many developers and stakeholders. We would like to thank everyone who has contributed so far!

## Stargazers and Forkers

### Stargazers over time

[![Stargazers over time](https://starchart.cc/insightsengineering/teal.modules.clinical.svg)](https://starchart.cc/insightsengineering/teal.modules.clinical)

### Stargazers

[![Stargazers repo roster for](https://reporoster.com/stars/insightsengineering/teal.modules.clinical)](https://github.com/insightsengineering/teal.modules.clinical/stargazers)

### Forkers

[![Forkers repo roster for](https://reporoster.com/forks/insightsengineering/teal.modules.clinical)](https://github.com/insightsengineering/teal.modules.clinical/network/members)
2 changes: 1 addition & 1 deletion man/module_arguments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/teal.modules.clinical-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/template_arguments.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/template_g_km.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/template_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/template_tte.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/tm_t_binary_outcome.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tm_t_summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/tm_t_tte.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading