-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1108
{shinytest2}
feature branch (#1126)
Closes #1108 A unified branch for all partial PRs that will solve #1108 Merge at the end. Place where we can unify PRs --------- Signed-off-by: André Veríssimo <[email protected]> Signed-off-by: Marcin <[email protected]> Signed-off-by: Vedha Viyash <[email protected]> Signed-off-by: kartikeya kirar <[email protected]> Co-authored-by: m7pr <[email protected]> Co-authored-by: André Veríssimo <[email protected]> Co-authored-by: Vedha Viyash <[email protected]> Co-authored-by: vedhav <[email protected]> Co-authored-by: kartikeya kirar <[email protected]> Co-authored-by: Dawid Kałędkowski <[email protected]> Co-authored-by: Dawid Kałędkowski <[email protected]> Co-authored-by: gogonzo <[email protected]> Co-authored-by: vedhav <[email protected]> Co-authored-by: kartikeyakirar <[email protected]>
- Loading branch information
1 parent
340b60b
commit 1cdbc7c
Showing
41 changed files
with
9,720 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.9003 | ||
Date: 2024-05-08 | ||
Date: 2024-05-09 | ||
Authors@R: c( | ||
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")), | ||
person("Jana", "Stoilova", , "[email protected]", role = "aut"), | ||
|
@@ -71,6 +71,7 @@ Suggests: | |
lubridate (>= 1.7.9), | ||
nestcolor (>= 0.1.0), | ||
pkgload, | ||
rvest, | ||
shinytest2, | ||
styler, | ||
testthat (>= 3.1.5), | ||
|
@@ -80,16 +81,16 @@ VignetteBuilder: | |
Config/Needs/verdepcheck: insightsengineering/teal, | ||
insightsengineering/teal.transform, insightsengineering/tern, | ||
tidymodels/broom, mllg/checkmate, tidyverse/dplyr, rstudio/DT, | ||
insightsengineering/formatters, tidyverse/ggplot2, slowkow/ggrepel, | ||
r-lib/lifecycle, daroczig/logger, insightsengineering/rlistings, | ||
tidyverse/ggplot2, slowkow/ggrepel, r-lib/lifecycle, | ||
daroczig/logger, insightsengineering/rlistings, | ||
rstudio/rmarkdown, insightsengineering/rtables, r-lib/scales, | ||
rstudio/shiny, daattali/shinyjs, rstudio/shinyvalidate, | ||
dreamRs/shinyWidgets, insightsengineering/teal.code, | ||
insightsengineering/teal.data, insightsengineering/teal.logger, | ||
insightsengineering/teal.reporter, insightsengineering/teal.widgets, | ||
insightsengineering/tern.gee, insightsengineering/tern.mmrm, | ||
tidyverse/tidyr, shosaco/vistime, tidyverse/forcats, yihui/knitr, | ||
tidyverse/lubridate, insightsengineering/nestcolor, r-lib/pkgload, | ||
shosaco/vistime, tidyverse/forcats, yihui/knitr, tidyverse/lubridate, | ||
insightsengineering/nestcolor, r-lib/pkgload, tidyverse/rvest, | ||
rstudio/shinytest2, r-lib/styler, r-lib/testthat, r-lib/withr | ||
Config/Needs/website: insightsengineering/nesttemplate | ||
Config/testthat/edition: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.