Skip to content

Commit

Permalink
Develop (#324)
Browse files Browse the repository at this point in the history
- 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
7 people authored Aug 22, 2024
1 parent 815d0c8 commit 5a7b678
Show file tree
Hide file tree
Showing 422 changed files with 24,641 additions and 10,271 deletions.
11 changes: 9 additions & 2 deletions DESCRIPTION
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
Expand All @@ -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,
Expand All @@ -54,5 +60,6 @@ Suggests:
testthat,
withr
Remotes:
ohdsi/ReportGenerator,
ohdsi/ResultModelManager
RoxygenNote: 7.3.1
31 changes: 10 additions & 21 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@ export(LargeDataTable)
export(aboutHelperFile)
export(aboutServer)
export(aboutViewer)
export(characterizationAggregateFeaturesServer)
export(characterizationAggregateFeaturesViewer)
export(characterizationDechallengeRechallengeServer)
export(characterizationDechallengeRechallengeViewer)
export(characterizationHelperFile)
export(characterizationIncidenceServer)
export(characterizationIncidenceViewer)
export(characterizationServer)
export(characterizationTableServer)
export(characterizationTableViewer)
export(characterizationTimeToEventServer)
export(characterizationTimeToEventViewer)
export(characterizationViewer)
export(cohortCountsView)
export(cohortDefinitionsView)
Expand All @@ -30,9 +22,6 @@ export(cohortMethodAttritionServer)
export(cohortMethodAttritionViewer)
export(cohortMethodCovariateBalanceServer)
export(cohortMethodCovariateBalanceViewer)
export(cohortMethodDiagnosticsSummaryServer)
export(cohortMethodDiagnosticsSummaryViewer)
export(cohortMethodHelperFile)
export(cohortMethodKaplanMeierServer)
export(cohortMethodKaplanMeierViewer)
export(cohortMethodPopulationCharacteristicsServer)
Expand All @@ -43,12 +32,8 @@ export(cohortMethodPropensityModelServer)
export(cohortMethodPropensityModelViewer)
export(cohortMethodPropensityScoreDistServer)
export(cohortMethodPropensityScoreDistViewer)
export(cohortMethodResultSummaryServer)
export(cohortMethodResultSummaryViewer)
export(cohortMethodServer)
export(cohortMethodSystematicErrorServer)
export(cohortMethodSystematicErrorViewer)
export(cohortMethodViewer)
export(cohortOverlapView)
export(compareCohortCharacterizationView)
export(conceptsInDataSourceView)
Expand All @@ -65,11 +50,15 @@ export(databaseInformationView)
export(datasourcesHelperFile)
export(datasourcesServer)
export(datasourcesViewer)
export(evidenceSynthesisHelperFile)
export(evidenceSynthesisServer)
export(evidenceSynthesisViewer)
export(estimationHelperFile)
export(estimationServer)
export(estimationViewer)
export(getEnabledCdReports)
export(getExampleConnectionDetails)
export(getLogoImage)
export(homeHelperFile)
export(homeServer)
export(homeViewer)
export(incidenceRatesView)
export(inclusionRulesView)
export(indexEventBreakdownView)
Expand Down Expand Up @@ -103,9 +92,9 @@ export(patientLevelPredictionViewer)
export(phevaluatorHelperFile)
export(phevaluatorServer)
export(phevaluatorViewer)
export(sccsHelperFile)
export(sccsServer)
export(sccsView)
export(reportHelperFile)
export(reportServer)
export(reportViewer)
export(timeDistributionsView)
export(visitContextView)
importFrom(dplyr,"%>%")
Expand Down
15 changes: 14 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
OhdsiShinyModules v2.2.1
========================
- Fixed issue in DatabaseConnector check for pooled connections of sqlite databases on cohort diagnotiscs load (from main hotfix)

OhdsiShinyModules v2.2.0
========================
- Combined cohort method, sccs and evidence synthesis into one estimation module with shared target and outcome ids
- Characterizations now share the target id
- Updated tests to get them all working
- Cleaned R check (but cohort incidence still has many notes)


OhdsiShinyModules v2.1.5
========================
Fixed issue in DatabaseConnector check for pooled connections of sqlite databases on cohort diagnotiscs load
Fixed bug of orphan concepts report not displaying
Fixed bug in orphan concepts where negative database ids were causing dynamic sql queries to crash

OhdsiShinyModules v2.1.4
========================
Expand Down
4 changes: 3 additions & 1 deletion R/OhdsiShinyModules.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
#' OhdsiShinyModules
#'
#' @description A selection of shiny modules for exploring standardized OHDSI results
#'
#' @name OhdsiShinyModules
#' @keywords internal
#' @importFrom dplyr %>%
#' @importFrom rlang .data
"_PACKAGE"
"_PACKAGE"
Loading

0 comments on commit 5a7b678

Please sign in to comment.