-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- merged cohortmethod/sccs/evidence synth into estimation module - improved characterization module - bug fixes - updated modules for latest HADES Co-authored-by: nhall6 <[email protected]> Co-authored-by: Jamie Gilbert <[email protected]> Co-authored-by: Frank DeFalco <[email protected]> Co-authored-by: Nathan Hall <[email protected]> Co-authored-by: Chris Knoll <[email protected]> Co-authored-by: Anthony Sena <[email protected]>
- Loading branch information
1 parent
815d0c8
commit 5a7b678
Showing
422 changed files
with
24,641 additions
and
10,271 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
Package: OhdsiShinyModules | ||
Type: Package | ||
Title: Repository of Shiny Modules for OHDSI Result Viewers | ||
Version: 2.1.5 | ||
Author: Jenna Reps | ||
Version: 3.0.0 | ||
Authors@R: c( | ||
person("Jenna", "Reps", email = "[email protected]", role = c("aut", "cre")), | ||
person("Nathan", "Hall", role = c("aut")), | ||
person("Jamie", "Gibert", role = c("aut"))) | ||
Maintainer: Jenna Reps <[email protected]> | ||
Description: Install this package to access useful shiny modules for building shiny apps to explore results using the OHDSI tools . | ||
License: Apache License 2.0 | ||
|
@@ -24,18 +27,21 @@ Imports: | |
htmltools, | ||
lubridate, | ||
methods, | ||
openxlsx, | ||
ParallelLogger, | ||
plotly, | ||
purrr, | ||
reactable, | ||
readr, | ||
ReportGenerator, | ||
RJSONIO, | ||
rlang, | ||
rmarkdown, | ||
scales, | ||
shiny, | ||
shinycssloaders, | ||
shinydashboard, | ||
shinyglide, | ||
shinyWidgets, | ||
SqlRender, | ||
stringi, | ||
|
@@ -54,5 +60,6 @@ Suggests: | |
testthat, | ||
withr | ||
Remotes: | ||
ohdsi/ReportGenerator, | ||
ohdsi/ResultModelManager | ||
RoxygenNote: 7.3.1 |
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.