Skip to content

Commit

Permalink
Merge branch 'main' into setup-r-dependencies@main
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr authored Dec 11, 2024
2 parents 33eb2b7 + 389eb12 commit 8ce5743
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: teal.modules.clinical
Title: 'teal' Modules for Standard Clinical Outputs
Version: 0.9.1.9037
Date: 2024-12-05
Version: 0.9.1.9038
Date: 2024-12-10
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Jana", "Stoilova", , "[email protected]", role = "aut"),
Expand Down
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.9.1.9037
# teal.modules.clinical 0.9.1.9038

### Enhancements
* Added `teal.logger` functionality for logging changes in shiny inputs in all modules.
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-shinytest2-tm_a_mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ app_driver_tm_a_mmrm <- function(fit_model = TRUE) {
)
if (fit_model) {
app_driver$click(selector = app_driver$active_module_element("button_start"))
app_driver$wait_for_idle()
}
app_driver
}
Expand Down

0 comments on commit 8ce5743

Please sign in to comment.