From 1514fc6de71a2b031028c61d9cc6425a1a95e699 Mon Sep 17 00:00:00 2001 From: jgilber2 Date: Fri, 27 Sep 2024 08:50:18 -0700 Subject: [PATCH 1/2] fixed bug with orphan concepts not loading in CD --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ R/cohort-diagnostics-main.R | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7cac458..435a7e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: OhdsiShinyModules Type: Package Title: Repository of Shiny Modules for OHDSI Result Viewers -Version: 3.0.1 +Version: 3.0.2 Authors@R: c( person("Jenna", "Reps", email = "jreps@its.jnj.com", role = c("aut", "cre")), person("Nathan", "Hall", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index dc54f41..47bfb71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +OhdsiShinyModules v3.0.2 +======================== +- Fixed bug with orphan concepts not loading + OhdsiShinyModules v3.0.1 ======================== - Bug fixes diff --git a/R/cohort-diagnostics-main.R b/R/cohort-diagnostics-main.R index 9b9786b..5ce010b 100644 --- a/R/cohort-diagnostics-main.R +++ b/R/cohort-diagnostics-main.R @@ -493,7 +493,7 @@ cohortDiagnosticsServer <- function(id, if ("includedSourceConcept" %in% dataSource$enabledReports) selection["Concepts In Data Source"] <- "conceptsInDataSource" - if ("orphanConcepts" %in% dataSource$enabledReports) + if ("orphanConcept" %in% dataSource$enabledReports) selection["Orphan Concepts"] <- "orphanConcepts" if ("indexEventBreakdown" %in% dataSource$enabledReports) From 942c6ea07c02cb8221a6f5a08772a04c4da9ebe4 Mon Sep 17 00:00:00 2001 From: jgilber2 Date: Fri, 27 Sep 2024 08:54:51 -0700 Subject: [PATCH 2/2] Package maintenance for release 3.0.2 --- R/OhdsiShinyModules.R | 2 +- R/characterization-cohorts.R | 2 +- R/characterization-incidence.R | 2 +- R/cohort-diagnostics-main.R | 2 +- R/estimation-cohort-method-diagnostics.R | 2 +- R/estimation-cohort-method-power.R | 2 +- R/estimation-sccs-diagnostics.R | 2 +- R/helpers-example.R | 2 +- R/home-main.R | 2 +- docs/404.html | 6 +++--- docs/articles/AddingShinyModules.html | 8 ++++---- docs/articles/Characterization.html | 8 ++++---- docs/articles/CohortDiagnostics.html | 8 ++++---- docs/articles/CohortMethod.html | 8 ++++---- docs/articles/Cohorts.html | 8 ++++---- docs/articles/DataSources.html | 8 ++++---- docs/articles/EvidenceSynthesis.html | 8 ++++---- docs/articles/Prediction.html | 8 ++++---- docs/articles/SelfControlledCaseSeries.html | 8 ++++---- docs/articles/index.html | 6 +++--- docs/authors.html | 12 ++++++------ docs/index.html | 6 +++--- docs/news/index.html | 10 +++++++--- docs/pkgdown.yml | 6 +++--- docs/reference/LargeDataTable.html | 6 +++--- docs/reference/OhdsiShinyModules.html | 6 +++--- docs/reference/aboutHelperFile.html | 6 +++--- docs/reference/aboutServer.html | 6 +++--- docs/reference/aboutViewer.html | 6 +++--- docs/reference/characterizationHelperFile.html | 6 +++--- docs/reference/characterizationIncidenceServer.html | 6 +++--- docs/reference/characterizationIncidenceViewer.html | 6 +++--- docs/reference/characterizationServer.html | 6 +++--- docs/reference/characterizationViewer.html | 6 +++--- docs/reference/cohortCountsModule.html | 6 +++--- docs/reference/cohortCountsView.html | 6 +++--- docs/reference/cohortDefinitionsModule.html | 6 +++--- docs/reference/cohortDefinitionsView.html | 6 +++--- docs/reference/cohortDiagCharacterizationView.html | 6 +++--- docs/reference/cohortDiagnosticsHelperFile.html | 6 +++--- docs/reference/cohortDiagnosticsServer.html | 6 +++--- docs/reference/cohortDiagnosticsView.html | 6 +++--- docs/reference/cohortGeneratorHelperFile.html | 6 +++--- docs/reference/cohortGeneratorServer.html | 6 +++--- docs/reference/cohortGeneratorViewer.html | 6 +++--- docs/reference/cohortMethodAttritionServer.html | 6 +++--- docs/reference/cohortMethodAttritionViewer.html | 6 +++--- .../cohortMethodCovariateBalanceServer.html | 6 +++--- .../cohortMethodCovariateBalanceViewer.html | 6 +++--- docs/reference/cohortMethodKaplanMeierServer.html | 6 +++--- docs/reference/cohortMethodKaplanMeierViewer.html | 6 +++--- .../cohortMethodPopulationCharacteristicsServer.html | 6 +++--- .../cohortMethodPopulationCharacteristicsViewer.html | 6 +++--- docs/reference/cohortMethodPowerServer.html | 6 +++--- docs/reference/cohortMethodPowerViewer.html | 6 +++--- .../reference/cohortMethodPropensityModelServer.html | 6 +++--- .../reference/cohortMethodPropensityModelViewer.html | 6 +++--- .../cohortMethodPropensityScoreDistServer.html | 6 +++--- .../cohortMethodPropensityScoreDistViewer.html | 6 +++--- .../reference/cohortMethodSystematicErrorServer.html | 6 +++--- .../reference/cohortMethodSystematicErrorViewer.html | 6 +++--- docs/reference/cohortOverlapView.html | 6 +++--- .../reference/compareCohortCharacterizationView.html | 6 +++--- docs/reference/conceptsInDataSourceView.html | 6 +++--- docs/reference/createCdDatabaseDataSource.html | 6 +++--- docs/reference/createCustomColDefList.html | 6 +++--- docs/reference/createLargeSqlQueryDt.html | 6 +++--- docs/reference/dataDiagnosticDrillServer.html | 6 +++--- docs/reference/dataDiagnosticDrillViewer.html | 6 +++--- docs/reference/dataDiagnosticHelperFile.html | 6 +++--- docs/reference/dataDiagnosticServer.html | 6 +++--- docs/reference/dataDiagnosticSummaryServer.html | 6 +++--- docs/reference/dataDiagnosticSummaryViewer.html | 6 +++--- docs/reference/dataDiagnosticViewer.html | 6 +++--- docs/reference/databaseInformationView.html | 6 +++--- docs/reference/datasourcesHelperFile.html | 6 +++--- docs/reference/datasourcesServer.html | 6 +++--- docs/reference/datasourcesViewer.html | 6 +++--- docs/reference/estimationHelperFile.html | 6 +++--- docs/reference/estimationServer.html | 6 +++--- docs/reference/estimationViewer.html | 6 +++--- docs/reference/getCirceRenderedExpression.html | 6 +++--- docs/reference/getEnabledCdReports.html | 6 +++--- docs/reference/getExampleConnectionDetails.html | 6 +++--- docs/reference/getLogoImage.html | 6 +++--- docs/reference/homeHelperFile.html | 6 +++--- docs/reference/homeServer.html | 6 +++--- docs/reference/homeViewer.html | 6 +++--- docs/reference/incidenceRatesView.html | 6 +++--- docs/reference/inclusionRulesView.html | 6 +++--- docs/reference/index.html | 6 +++--- docs/reference/indexEventBreakdownView.html | 6 +++--- docs/reference/largeTableServer.html | 6 +++--- docs/reference/largeTableView.html | 6 +++--- docs/reference/makeButtonLabel.html | 6 +++--- docs/reference/orpahanConceptsView.html | 6 +++--- .../patientLevelPredictionCalibrationServer.html | 6 +++--- .../patientLevelPredictionCalibrationViewer.html | 6 +++--- ...patientLevelPredictionCovariateSummaryServer.html | 6 +++--- ...patientLevelPredictionCovariateSummaryViewer.html | 6 +++--- .../patientLevelPredictionCutoffServer.html | 6 +++--- .../patientLevelPredictionCutoffViewer.html | 6 +++--- .../patientLevelPredictionDesignSummaryServer.html | 6 +++--- .../patientLevelPredictionDesignSummaryViewer.html | 6 +++--- .../patientLevelPredictionDiagnosticsServer.html | 6 +++--- .../patientLevelPredictionDiagnosticsViewer.html | 6 +++--- .../patientLevelPredictionDiscriminationServer.html | 6 +++--- .../patientLevelPredictionDiscriminationViewer.html | 6 +++--- docs/reference/patientLevelPredictionHelperFile.html | 6 +++--- .../patientLevelPredictionModelSummaryServer.html | 6 +++--- .../patientLevelPredictionModelSummaryViewer.html | 6 +++--- docs/reference/patientLevelPredictionNbServer.html | 6 +++--- docs/reference/patientLevelPredictionNbViewer.html | 6 +++--- docs/reference/patientLevelPredictionServer.html | 6 +++--- .../patientLevelPredictionSettingsServer.html | 6 +++--- .../patientLevelPredictionSettingsViewer.html | 6 +++--- .../patientLevelPredictionValidationServer.html | 6 +++--- .../patientLevelPredictionValidationViewer.html | 6 +++--- docs/reference/patientLevelPredictionViewer.html | 6 +++--- docs/reference/phevaluatorHelperFile.html | 6 +++--- docs/reference/phevaluatorServer.html | 6 +++--- docs/reference/phevaluatorViewer.html | 6 +++--- docs/reference/reportHelperFile.html | 6 +++--- docs/reference/reportServer.html | 6 +++--- docs/reference/reportViewer.html | 6 +++--- docs/reference/resultTableServer.html | 6 +++--- docs/reference/resultTableViewer.html | 6 +++--- docs/reference/timeDistributionsView.html | 6 +++--- docs/reference/visitContextView.html | 6 +++--- tests/testthat/test-estimation-cohort-method-plots.R | 2 +- .../testthat/test-estimation-cohort-method-results.R | 2 +- tests/testthat/test-estimation-sccs-diagnostics.R | 2 +- tests/testthat/test-estimation-sccs-plots.R | 2 +- tests/testthat/test-estimation-sccs-results-full.R | 2 +- tests/testthat/test-estimation-sccs-results.R | 2 +- 135 files changed, 391 insertions(+), 387 deletions(-) diff --git a/R/OhdsiShinyModules.R b/R/OhdsiShinyModules.R index 4aaeef4..21bfb3a 100644 --- a/R/OhdsiShinyModules.R +++ b/R/OhdsiShinyModules.R @@ -24,4 +24,4 @@ #' @keywords internal #' @importFrom dplyr %>% #' @importFrom rlang .data -"_PACKAGE" \ No newline at end of file +"_PACKAGE" diff --git a/R/characterization-cohorts.R b/R/characterization-cohorts.R index bfcda62..5ce7ccd 100644 --- a/R/characterization-cohorts.R +++ b/R/characterization-cohorts.R @@ -1013,4 +1013,4 @@ characterizationGetCohortsInputs <- function( databaseIds = databaseIds ) ) -} \ No newline at end of file +} diff --git a/R/characterization-incidence.R b/R/characterization-incidence.R index 281b025..dae0fe8 100644 --- a/R/characterization-incidence.R +++ b/R/characterization-incidence.R @@ -1898,4 +1898,4 @@ characterizationGetCiTars <- function(connectionHandler, niceColNames = colDefCsv$niceName, tooltipText = colDefCsv$toolTip ) -} \ No newline at end of file +} diff --git a/R/cohort-diagnostics-main.R b/R/cohort-diagnostics-main.R index 5ce010b..c669aaf 100644 --- a/R/cohort-diagnostics-main.R +++ b/R/cohort-diagnostics-main.R @@ -762,4 +762,4 @@ cohortDiagnosticsServer <- function(id, ) -} \ No newline at end of file +} diff --git a/R/estimation-cohort-method-diagnostics.R b/R/estimation-cohort-method-diagnostics.R index d41a8ab..76fc8bf 100644 --- a/R/estimation-cohort-method-diagnostics.R +++ b/R/estimation-cohort-method-diagnostics.R @@ -260,4 +260,4 @@ estimationGetCmDiagnosticColDefs <- function(){ ) return(result) -} \ No newline at end of file +} diff --git a/R/estimation-cohort-method-power.R b/R/estimation-cohort-method-power.R index d54cb99..2fb4399 100644 --- a/R/estimation-cohort-method-power.R +++ b/R/estimation-cohort-method-power.R @@ -446,4 +446,4 @@ getCmFollowUpDist <- function( database_id = databaseId ) ) -} \ No newline at end of file +} diff --git a/R/estimation-sccs-diagnostics.R b/R/estimation-sccs-diagnostics.R index 81a5fe0..40d3029 100644 --- a/R/estimation-sccs-diagnostics.R +++ b/R/estimation-sccs-diagnostics.R @@ -258,4 +258,4 @@ estimationGetSccsDiagnosticColDefs <- function(){ ) return(result) -} \ No newline at end of file +} diff --git a/R/helpers-example.R b/R/helpers-example.R index a5949a9..5c00235 100644 --- a/R/helpers-example.R +++ b/R/helpers-example.R @@ -17,4 +17,4 @@ getExampleConnectionDetails <- function(){ ) return(cd) -} \ No newline at end of file +} diff --git a/R/home-main.R b/R/home-main.R index e566173..2206193 100644 --- a/R/home-main.R +++ b/R/home-main.R @@ -98,4 +98,4 @@ homeServer <- function( } ) -} \ No newline at end of file +} diff --git a/docs/404.html b/docs/404.html index 741c0fe..34ed2cc 100644 --- a/docs/404.html +++ b/docs/404.html @@ -6,7 +6,7 @@ Page not found (404) • OhdsiShinyModules - + @@ -32,7 +32,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -136,7 +136,7 @@

Page not found (404)

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/AddingShinyModules.html b/docs/articles/AddingShinyModules.html index bbc3fef..813f857 100644 --- a/docs/articles/AddingShinyModules.html +++ b/docs/articles/AddingShinyModules.html @@ -6,7 +6,7 @@ Adding Shiny Modules • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Adding Shiny Modules

Jenna Reps, Jamie Gilbert, Josh Ide

-

2024-09-25

+

2024-09-27

@@ -385,7 +385,7 @@

Dependencies

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/Characterization.html b/docs/articles/Characterization.html index 5920b71..0a17aba 100644 --- a/docs/articles/Characterization.html +++ b/docs/articles/Characterization.html @@ -6,7 +6,7 @@ Characterization • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Characterization

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -226,7 +226,7 @@

Utility and Application

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/CohortDiagnostics.html b/docs/articles/CohortDiagnostics.html index e7a2ef1..1d21f98 100644 --- a/docs/articles/CohortDiagnostics.html +++ b/docs/articles/CohortDiagnostics.html @@ -6,7 +6,7 @@ Cohort Diagnostics • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Cohort Diagnostics

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -282,7 +282,7 @@

Utility and Application

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/CohortMethod.html b/docs/articles/CohortMethod.html index 4efdf8d..8b9468d 100644 --- a/docs/articles/CohortMethod.html +++ b/docs/articles/CohortMethod.html @@ -6,7 +6,7 @@ Cohort Method (Estimation) • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Cohort Method (Estimation)

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -259,7 +259,7 @@

Utility and Application

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/Cohorts.html b/docs/articles/Cohorts.html index bec1958..3f6eb9f 100644 --- a/docs/articles/Cohorts.html +++ b/docs/articles/Cohorts.html @@ -6,7 +6,7 @@ Cohorts • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Cohorts

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -240,7 +240,7 @@

Tools for Cohort Creation &

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/DataSources.html b/docs/articles/DataSources.html index 143c7a5..dbfd6cd 100644 --- a/docs/articles/DataSources.html +++ b/docs/articles/DataSources.html @@ -6,7 +6,7 @@ Data Sources • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Data Sources

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -236,7 +236,7 @@

Example OMOP-mapped Datasets

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/EvidenceSynthesis.html b/docs/articles/EvidenceSynthesis.html index 1ff3a57..7c3cd94 100644 --- a/docs/articles/EvidenceSynthesis.html +++ b/docs/articles/EvidenceSynthesis.html @@ -6,7 +6,7 @@ Evidence Synthesis (Meta, Meta Analysis) • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Evidence Synthesis (Meta, Meta Analysis)

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -223,7 +223,7 @@

Utility and Application

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/Prediction.html b/docs/articles/Prediction.html index 17616ff..9b4a082 100644 --- a/docs/articles/Prediction.html +++ b/docs/articles/Prediction.html @@ -6,7 +6,7 @@ Prediction • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Prediction

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -226,7 +226,7 @@

Utility and Application

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/SelfControlledCaseSeries.html b/docs/articles/SelfControlledCaseSeries.html index 5027fe1..30c6697 100644 --- a/docs/articles/SelfControlledCaseSeries.html +++ b/docs/articles/SelfControlledCaseSeries.html @@ -6,7 +6,7 @@ Self-Controlled Case Series • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Self-Controlled Case Series

Nathan Hall

-

2024-09-25

+

2024-09-27

@@ -308,7 +308,7 @@

Utility and Application

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/articles/index.html b/docs/articles/index.html index ac7210d..2a478db 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -1,5 +1,5 @@ -Articles • OhdsiShinyModulesArticles • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -124,7 +124,7 @@

All vignettes

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/authors.html b/docs/authors.html index d773e28..4702d97 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -1,5 +1,5 @@ -Authors and Citation • OhdsiShinyModulesAuthors and Citation • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -90,7 +90,7 @@
@@ -117,13 +117,13 @@

Citation

Reps J, Hall N, Gibert J (2024). OhdsiShinyModules: Repository of Shiny Modules for OHDSI Result Viewers. -R package version 3.0.1. +R package version 3.0.2.

@Manual{,
   title = {OhdsiShinyModules: Repository of Shiny Modules for OHDSI Result Viewers},
   author = {Jenna Reps and Nathan Hall and Jamie Gibert},
   year = {2024},
-  note = {R package version 3.0.1},
+  note = {R package version 3.0.2},
 }
@@ -137,7 +137,7 @@

Citation

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/index.html b/docs/index.html index 35fac52..779fc3a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,7 +6,7 @@ Repository of Shiny Modules for OHDSI Result Viewers • OhdsiShinyModules - + @@ -33,7 +33,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -242,7 +242,7 @@

Developers

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/news/index.html b/docs/news/index.html index 84d116a..9f4d13a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -1,5 +1,5 @@ -Changelog • OhdsiShinyModulesChangelog • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -93,6 +93,10 @@

Changelog

+
+ +
  • Fixed bug with orphan concepts not loading
  • +
  • Bug fixes
  • @@ -204,7 +208,7 @@
-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 30ff1bd..49657ca 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,5 +1,5 @@ -pandoc: 3.1.11 -pkgdown: 2.0.7 +pandoc: '3.2' +pkgdown: 2.0.9 pkgdown_sha: ~ articles: AddingShinyModules: AddingShinyModules.html @@ -11,5 +11,5 @@ articles: EvidenceSynthesis: EvidenceSynthesis.html Prediction: Prediction.html SelfControlledCaseSeries: SelfControlledCaseSeries.html -last_built: 2024-09-25T13:11Z +last_built: 2024-09-27T15:53Z diff --git a/docs/reference/LargeDataTable.html b/docs/reference/LargeDataTable.html index 4f4b096..2841ef5 100644 --- a/docs/reference/LargeDataTable.html +++ b/docs/reference/LargeDataTable.html @@ -1,5 +1,5 @@ -Large Data Table — LargeDataTable • OhdsiShinyModulesLarge Data Table — LargeDataTable • OhdsiShinyModules OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -276,7 +276,7 @@

Arguments -

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/OhdsiShinyModules.html b/docs/reference/OhdsiShinyModules.html index e05b1f9..71e1b8b 100644 --- a/docs/reference/OhdsiShinyModules.html +++ b/docs/reference/OhdsiShinyModules.html @@ -1,5 +1,5 @@ -OhdsiShinyModules — OhdsiShinyModules • OhdsiShinyModulesOhdsiShinyModules — OhdsiShinyModules • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -118,7 +118,7 @@

Author

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/aboutHelperFile.html b/docs/reference/aboutHelperFile.html index bd8d430..9711c7e 100644 --- a/docs/reference/aboutHelperFile.html +++ b/docs/reference/aboutHelperFile.html @@ -1,5 +1,5 @@ -The location of the about module helper file — aboutHelperFile • OhdsiShinyModulesThe location of the about module helper file — aboutHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -131,7 +131,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/aboutServer.html b/docs/reference/aboutServer.html index 98f68bd..ca5897f 100644 --- a/docs/reference/aboutServer.html +++ b/docs/reference/aboutServer.html @@ -1,5 +1,5 @@ -The module server for the shiny app home — aboutServer • OhdsiShinyModulesThe module server for the shiny app home — aboutServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -154,7 +154,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/aboutViewer.html b/docs/reference/aboutViewer.html index 02f38a6..99df873 100644 --- a/docs/reference/aboutViewer.html +++ b/docs/reference/aboutViewer.html @@ -1,5 +1,5 @@ -The module viewer for the shiny app home — aboutViewer • OhdsiShinyModulesThe module viewer for the shiny app home — aboutViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -137,7 +137,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/characterizationHelperFile.html b/docs/reference/characterizationHelperFile.html index 74eab15..226eaac 100644 --- a/docs/reference/characterizationHelperFile.html +++ b/docs/reference/characterizationHelperFile.html @@ -1,5 +1,5 @@ -The location of the characterization module helper file — characterizationHelperFile • OhdsiShinyModulesThe location of the characterization module helper file — characterizationHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -133,7 +133,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/characterizationIncidenceServer.html b/docs/reference/characterizationIncidenceServer.html index 5a53ecf..d2b9687 100644 --- a/docs/reference/characterizationIncidenceServer.html +++ b/docs/reference/characterizationIncidenceServer.html @@ -1,5 +1,5 @@ -The module server for exploring incidence results — characterizationIncidenceServer • OhdsiShinyModulesThe module server for exploring incidence results — characterizationIncidenceServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -171,7 +171,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/characterizationIncidenceViewer.html b/docs/reference/characterizationIncidenceViewer.html index bfdc501..f2c5535 100644 --- a/docs/reference/characterizationIncidenceViewer.html +++ b/docs/reference/characterizationIncidenceViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring incidence results — characterizationIncidenceViewer • OhdsiShinyModulesThe module viewer for exploring incidence results — characterizationIncidenceViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -139,7 +139,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/characterizationServer.html b/docs/reference/characterizationServer.html index be46353..c6e908a 100644 --- a/docs/reference/characterizationServer.html +++ b/docs/reference/characterizationServer.html @@ -1,5 +1,5 @@ -The module server for exploring characterization studies — characterizationServer • OhdsiShinyModulesThe module server for exploring characterization studies — characterizationServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -151,7 +151,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/characterizationViewer.html b/docs/reference/characterizationViewer.html index b4a7cd3..f7b57dd 100644 --- a/docs/reference/characterizationViewer.html +++ b/docs/reference/characterizationViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring characterization studies — characterizationViewer • OhdsiShinyModulesThe module viewer for exploring characterization studies — characterizationViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -139,7 +139,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortCountsModule.html b/docs/reference/cohortCountsModule.html index 8ed4cfd..8cc8482 100644 --- a/docs/reference/cohortCountsModule.html +++ b/docs/reference/cohortCountsModule.html @@ -1,5 +1,5 @@ -Shiny module for cohort counts — cohortCountsModule • OhdsiShinyModulesShiny module for cohort counts — cohortCountsModule • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -177,7 +177,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortCountsView.html b/docs/reference/cohortCountsView.html index b83a244..80699c7 100644 --- a/docs/reference/cohortCountsView.html +++ b/docs/reference/cohortCountsView.html @@ -1,5 +1,5 @@ -Cohort Counts View — cohortCountsView • OhdsiShinyModulesCohort Counts View — cohortCountsView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortDefinitionsModule.html b/docs/reference/cohortDefinitionsModule.html index 75b94c6..d9b447b 100644 --- a/docs/reference/cohortDefinitionsModule.html +++ b/docs/reference/cohortDefinitionsModule.html @@ -1,5 +1,5 @@ -Cohort Definition module — cohortDefinitionsModule • OhdsiShinyModulesCohort Definition module — cohortDefinitionsModule • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -172,7 +172,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortDefinitionsView.html b/docs/reference/cohortDefinitionsView.html index 3d0cc28..01bc64f 100644 --- a/docs/reference/cohortDefinitionsView.html +++ b/docs/reference/cohortDefinitionsView.html @@ -1,5 +1,5 @@ -Cohort Definitions View — cohortDefinitionsView • OhdsiShinyModulesCohort Definitions View — cohortDefinitionsView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortDiagCharacterizationView.html b/docs/reference/cohortDiagCharacterizationView.html index 1829a65..d03da87 100644 --- a/docs/reference/cohortDiagCharacterizationView.html +++ b/docs/reference/cohortDiagCharacterizationView.html @@ -1,5 +1,5 @@ -characterization — cohortDiagCharacterizationView • OhdsiShinyModulescharacterization — cohortDiagCharacterizationView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortDiagnosticsHelperFile.html b/docs/reference/cohortDiagnosticsHelperFile.html index ca26b9a..b6320cc 100644 --- a/docs/reference/cohortDiagnosticsHelperFile.html +++ b/docs/reference/cohortDiagnosticsHelperFile.html @@ -1,5 +1,5 @@ -The location of the description module helper file — cohortDiagnosticsHelperFile • OhdsiShinyModulesThe location of the description module helper file — cohortDiagnosticsHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortDiagnosticsServer.html b/docs/reference/cohortDiagnosticsServer.html index bb54947..6aeb4d8 100644 --- a/docs/reference/cohortDiagnosticsServer.html +++ b/docs/reference/cohortDiagnosticsServer.html @@ -1,5 +1,5 @@ -Cohort Diagnostics Explorer main module — cohortDiagnosticsServer • OhdsiShinyModulesCohort Diagnostics Explorer main module — cohortDiagnosticsServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -162,7 +162,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortDiagnosticsView.html b/docs/reference/cohortDiagnosticsView.html index 92c8d66..7ee9cd0 100644 --- a/docs/reference/cohortDiagnosticsView.html +++ b/docs/reference/cohortDiagnosticsView.html @@ -1,5 +1,5 @@ -View for cohort diagnostics module — cohortDiagnosticsView • OhdsiShinyModulesView for cohort diagnostics module — cohortDiagnosticsView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -155,7 +155,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortGeneratorHelperFile.html b/docs/reference/cohortGeneratorHelperFile.html index 4b1bbb6..de343e9 100644 --- a/docs/reference/cohortGeneratorHelperFile.html +++ b/docs/reference/cohortGeneratorHelperFile.html @@ -1,5 +1,5 @@ -The location of the cohort-generator module helper file — cohortGeneratorHelperFile • OhdsiShinyModulesThe location of the cohort-generator module helper file — cohortGeneratorHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -131,7 +131,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortGeneratorServer.html b/docs/reference/cohortGeneratorServer.html index ec036a3..a651ac7 100644 --- a/docs/reference/cohortGeneratorServer.html +++ b/docs/reference/cohortGeneratorServer.html @@ -1,5 +1,5 @@ -The module server for the main cohort generator module — cohortGeneratorServer • OhdsiShinyModulesThe module server for the main cohort generator module — cohortGeneratorServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -141,7 +141,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortGeneratorViewer.html b/docs/reference/cohortGeneratorViewer.html index 6cc9b9c..2e62987 100644 --- a/docs/reference/cohortGeneratorViewer.html +++ b/docs/reference/cohortGeneratorViewer.html @@ -1,5 +1,5 @@ -The viewer of the main cohort generator module — cohortGeneratorViewer • OhdsiShinyModulesThe viewer of the main cohort generator module — cohortGeneratorViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -133,7 +133,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodAttritionServer.html b/docs/reference/cohortMethodAttritionServer.html index a378e2c..2990e32 100644 --- a/docs/reference/cohortMethodAttritionServer.html +++ b/docs/reference/cohortMethodAttritionServer.html @@ -1,5 +1,5 @@ -The module server for rendering the PLE attrition results — cohortMethodAttritionServer • OhdsiShinyModulesThe module server for rendering the PLE attrition results — cohortMethodAttritionServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodAttritionViewer.html b/docs/reference/cohortMethodAttritionViewer.html index 7d37f5b..d569dc7 100644 --- a/docs/reference/cohortMethodAttritionViewer.html +++ b/docs/reference/cohortMethodAttritionViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE attrition results — cohortMethodAttritionViewer • OhdsiShinyModulesThe module viewer for rendering the PLE attrition results — cohortMethodAttritionViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodCovariateBalanceServer.html b/docs/reference/cohortMethodCovariateBalanceServer.html index 765028b..363194f 100644 --- a/docs/reference/cohortMethodCovariateBalanceServer.html +++ b/docs/reference/cohortMethodCovariateBalanceServer.html @@ -1,5 +1,5 @@ -The module server for rendering the covariate balance plot — cohortMethodCovariateBalanceServer • OhdsiShinyModulesThe module server for rendering the covariate balance plot — cohortMethodCovariateBalanceServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -171,7 +171,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodCovariateBalanceViewer.html b/docs/reference/cohortMethodCovariateBalanceViewer.html index 59e69be..a0903dc 100644 --- a/docs/reference/cohortMethodCovariateBalanceViewer.html +++ b/docs/reference/cohortMethodCovariateBalanceViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE covariate balance analysis — cohortMethodCovariateBalanceViewer • OhdsiShinyModulesThe module viewer for rendering the PLE covariate balance analysis — cohortMethodCovariateBalanceViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodKaplanMeierServer.html b/docs/reference/cohortMethodKaplanMeierServer.html index efccacd..cbe646e 100644 --- a/docs/reference/cohortMethodKaplanMeierServer.html +++ b/docs/reference/cohortMethodKaplanMeierServer.html @@ -1,5 +1,5 @@ -The module server for rendering the Kaplan Meier curve — cohortMethodKaplanMeierServer • OhdsiShinyModulesThe module server for rendering the Kaplan Meier curve — cohortMethodKaplanMeierServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodKaplanMeierViewer.html b/docs/reference/cohortMethodKaplanMeierViewer.html index cb06d8f..fdc47ec 100644 --- a/docs/reference/cohortMethodKaplanMeierViewer.html +++ b/docs/reference/cohortMethodKaplanMeierViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE Kaplan Meier curve — cohortMethodKaplanMeierViewer • OhdsiShinyModulesThe module viewer for rendering the PLE Kaplan Meier curve — cohortMethodKaplanMeierViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPopulationCharacteristicsServer.html b/docs/reference/cohortMethodPopulationCharacteristicsServer.html index 01e2d6a..33fc26a 100644 --- a/docs/reference/cohortMethodPopulationCharacteristicsServer.html +++ b/docs/reference/cohortMethodPopulationCharacteristicsServer.html @@ -1,5 +1,5 @@ -The module server for rendering the population characteristics — cohortMethodPopulationCharacteristicsServer • OhdsiShinyModulesThe module server for rendering the population characteristics — cohortMethodPopulationCharacteristicsServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPopulationCharacteristicsViewer.html b/docs/reference/cohortMethodPopulationCharacteristicsViewer.html index a43619d..007f58a 100644 --- a/docs/reference/cohortMethodPopulationCharacteristicsViewer.html +++ b/docs/reference/cohortMethodPopulationCharacteristicsViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE population characteristics — cohortMethodPopulationCharacteristicsViewer • OhdsiShinyModulesThe module viewer for rendering the PLE population characteristics — cohortMethodPopulationCharacteristicsViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPowerServer.html b/docs/reference/cohortMethodPowerServer.html index 44794c4..481f7a2 100644 --- a/docs/reference/cohortMethodPowerServer.html +++ b/docs/reference/cohortMethodPowerServer.html @@ -1,5 +1,5 @@ -The module server for rendering the PLE power analysis results — cohortMethodPowerServer • OhdsiShinyModulesThe module server for rendering the PLE power analysis results — cohortMethodPowerServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPowerViewer.html b/docs/reference/cohortMethodPowerViewer.html index b1eadf4..8e0e388 100644 --- a/docs/reference/cohortMethodPowerViewer.html +++ b/docs/reference/cohortMethodPowerViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE power analysis — cohortMethodPowerViewer • OhdsiShinyModulesThe module viewer for rendering the PLE power analysis — cohortMethodPowerViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPropensityModelServer.html b/docs/reference/cohortMethodPropensityModelServer.html index 4827381..290b58a 100644 --- a/docs/reference/cohortMethodPropensityModelServer.html +++ b/docs/reference/cohortMethodPropensityModelServer.html @@ -1,5 +1,5 @@ -The module server for rendering the propensity score model — cohortMethodPropensityModelServer • OhdsiShinyModulesThe module server for rendering the propensity score model — cohortMethodPropensityModelServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPropensityModelViewer.html b/docs/reference/cohortMethodPropensityModelViewer.html index d15bf13..42b9618 100644 --- a/docs/reference/cohortMethodPropensityModelViewer.html +++ b/docs/reference/cohortMethodPropensityModelViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE propensity score model covariates/coefficients — cohortMethodPropensityModelViewer • OhdsiShinyModulesThe module viewer for rendering the PLE propensity score model covariates/coefficients — cohortMethodPropensityModelViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPropensityScoreDistServer.html b/docs/reference/cohortMethodPropensityScoreDistServer.html index ddbc490..e0fbf11 100644 --- a/docs/reference/cohortMethodPropensityScoreDistServer.html +++ b/docs/reference/cohortMethodPropensityScoreDistServer.html @@ -1,5 +1,5 @@ -The module server for rendering a PLE propensity score distribution — cohortMethodPropensityScoreDistServer • OhdsiShinyModulesThe module server for rendering a PLE propensity score distribution — cohortMethodPropensityScoreDistServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -171,7 +171,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodPropensityScoreDistViewer.html b/docs/reference/cohortMethodPropensityScoreDistViewer.html index ceea512..c4a7e2f 100644 --- a/docs/reference/cohortMethodPropensityScoreDistViewer.html +++ b/docs/reference/cohortMethodPropensityScoreDistViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the propensity score distribution — cohortMethodPropensityScoreDistViewer • OhdsiShinyModulesThe module viewer for rendering the propensity score distribution — cohortMethodPropensityScoreDistViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodSystematicErrorServer.html b/docs/reference/cohortMethodSystematicErrorServer.html index 74b16cf..0f252d3 100644 --- a/docs/reference/cohortMethodSystematicErrorServer.html +++ b/docs/reference/cohortMethodSystematicErrorServer.html @@ -1,5 +1,5 @@ -The module server for rendering the systematic error objects — cohortMethodSystematicErrorServer • OhdsiShinyModulesThe module server for rendering the systematic error objects — cohortMethodSystematicErrorServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortMethodSystematicErrorViewer.html b/docs/reference/cohortMethodSystematicErrorViewer.html index b9df4e2..802e49b 100644 --- a/docs/reference/cohortMethodSystematicErrorViewer.html +++ b/docs/reference/cohortMethodSystematicErrorViewer.html @@ -1,5 +1,5 @@ -The module viewer for rendering the PLE systematic error objects — cohortMethodSystematicErrorViewer • OhdsiShinyModulesThe module viewer for rendering the PLE systematic error objects — cohortMethodSystematicErrorViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/cohortOverlapView.html b/docs/reference/cohortOverlapView.html index 4fbefc3..9ba8196 100644 --- a/docs/reference/cohortOverlapView.html +++ b/docs/reference/cohortOverlapView.html @@ -1,5 +1,5 @@ -Cohort Overlap View — cohortOverlapView • OhdsiShinyModulesCohort Overlap View — cohortOverlapView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/compareCohortCharacterizationView.html b/docs/reference/compareCohortCharacterizationView.html index d90c962..2b58695 100644 --- a/docs/reference/compareCohortCharacterizationView.html +++ b/docs/reference/compareCohortCharacterizationView.html @@ -1,5 +1,5 @@ -compare characterization view — compareCohortCharacterizationView • OhdsiShinyModulescompare characterization view — compareCohortCharacterizationView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -152,7 +152,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/conceptsInDataSourceView.html b/docs/reference/conceptsInDataSourceView.html index ebc27a1..2606537 100644 --- a/docs/reference/conceptsInDataSourceView.html +++ b/docs/reference/conceptsInDataSourceView.html @@ -1,5 +1,5 @@ -concepts In DataSource View — conceptsInDataSourceView • OhdsiShinyModulesconcepts In DataSource View — conceptsInDataSourceView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/createCdDatabaseDataSource.html b/docs/reference/createCdDatabaseDataSource.html index b81c274..2edf10c 100644 --- a/docs/reference/createCdDatabaseDataSource.html +++ b/docs/reference/createCdDatabaseDataSource.html @@ -1,5 +1,5 @@ -Create a CD data source from a database — createCdDatabaseDataSource • OhdsiShinyModulesCreate a CD data source from a database — createCdDatabaseDataSource • OhdsiShinyModulesCreating a list of custom column definitions for use in reactables — createCustomColDefList • OhdsiShinyModulesCreating a list of custom column definitions for use in reactables — createCustomColDefList • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -171,7 +171,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/createLargeSqlQueryDt.html b/docs/reference/createLargeSqlQueryDt.html index b8f5fcb..4491c92 100644 --- a/docs/reference/createLargeSqlQueryDt.html +++ b/docs/reference/createLargeSqlQueryDt.html @@ -1,5 +1,5 @@ -Create Large Sql Query Data Table — createLargeSqlQueryDt • OhdsiShinyModulesCreate Large Sql Query Data Table — createLargeSqlQueryDt • OhdsiShinyModulesThe module server for exploring prediction summary results — dataDiagnosticDrillServer • OhdsiShinyModulesThe module server for exploring prediction summary results — dataDiagnosticDrillServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/dataDiagnosticDrillViewer.html b/docs/reference/dataDiagnosticDrillViewer.html index d904253..dcd08cd 100644 --- a/docs/reference/dataDiagnosticDrillViewer.html +++ b/docs/reference/dataDiagnosticDrillViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring data-diagnostic results in more detail — dataDiagnosticDrillViewer • OhdsiShinyModulesThe module viewer for exploring data-diagnostic results in more detail — dataDiagnosticDrillViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -141,7 +141,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/dataDiagnosticHelperFile.html b/docs/reference/dataDiagnosticHelperFile.html index d7fdf7d..458085b 100644 --- a/docs/reference/dataDiagnosticHelperFile.html +++ b/docs/reference/dataDiagnosticHelperFile.html @@ -1,5 +1,5 @@ -The location of the data-diagnostic module helper file — dataDiagnosticHelperFile • OhdsiShinyModulesThe location of the data-diagnostic module helper file — dataDiagnosticHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -135,7 +135,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/dataDiagnosticServer.html b/docs/reference/dataDiagnosticServer.html index 74a33e4..9335f5d 100644 --- a/docs/reference/dataDiagnosticServer.html +++ b/docs/reference/dataDiagnosticServer.html @@ -1,5 +1,5 @@ -The module server for exploring data-diagnostic — dataDiagnosticServer • OhdsiShinyModulesThe module server for exploring data-diagnostic — dataDiagnosticServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -153,7 +153,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/dataDiagnosticSummaryServer.html b/docs/reference/dataDiagnosticSummaryServer.html index 58e1871..3e540d6 100644 --- a/docs/reference/dataDiagnosticSummaryServer.html +++ b/docs/reference/dataDiagnosticSummaryServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction summary results — dataDiagnosticSummaryServer • OhdsiShinyModulesThe module server for exploring prediction summary results — dataDiagnosticSummaryServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -149,7 +149,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/dataDiagnosticSummaryViewer.html b/docs/reference/dataDiagnosticSummaryViewer.html index 2c37c03..a025609 100644 --- a/docs/reference/dataDiagnosticSummaryViewer.html +++ b/docs/reference/dataDiagnosticSummaryViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring data-diagnostic summary results — dataDiagnosticSummaryViewer • OhdsiShinyModulesThe module viewer for exploring data-diagnostic summary results — dataDiagnosticSummaryViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -141,7 +141,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/dataDiagnosticViewer.html b/docs/reference/dataDiagnosticViewer.html index 7a9dae6..f961a43 100644 --- a/docs/reference/dataDiagnosticViewer.html +++ b/docs/reference/dataDiagnosticViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring data-diagnostic — dataDiagnosticViewer • OhdsiShinyModulesThe module viewer for exploring data-diagnostic — dataDiagnosticViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -141,7 +141,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/databaseInformationView.html b/docs/reference/databaseInformationView.html index 57d2936..80f092e 100644 --- a/docs/reference/databaseInformationView.html +++ b/docs/reference/databaseInformationView.html @@ -1,5 +1,5 @@ -database Information View — databaseInformationView • OhdsiShinyModulesdatabase Information View — databaseInformationView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/datasourcesHelperFile.html b/docs/reference/datasourcesHelperFile.html index a511638..e4c5436 100644 --- a/docs/reference/datasourcesHelperFile.html +++ b/docs/reference/datasourcesHelperFile.html @@ -1,5 +1,5 @@ -Define the helper file for the module — datasourcesHelperFile • OhdsiShinyModulesDefine the helper file for the module — datasourcesHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -138,7 +138,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/datasourcesServer.html b/docs/reference/datasourcesServer.html index a4c8a57..82cb6f1 100644 --- a/docs/reference/datasourcesServer.html +++ b/docs/reference/datasourcesServer.html @@ -1,5 +1,5 @@ -The server function for the datasources module — datasourcesServer • OhdsiShinyModulesThe server function for the datasources module — datasourcesServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -152,7 +152,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/datasourcesViewer.html b/docs/reference/datasourcesViewer.html index 0d498ac..728f4b3 100644 --- a/docs/reference/datasourcesViewer.html +++ b/docs/reference/datasourcesViewer.html @@ -1,5 +1,5 @@ -The viewer function for hte datasources module — datasourcesViewer • OhdsiShinyModulesThe viewer function for hte datasources module — datasourcesViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -144,7 +144,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/estimationHelperFile.html b/docs/reference/estimationHelperFile.html index 5db4ea9..75ab4e3 100644 --- a/docs/reference/estimationHelperFile.html +++ b/docs/reference/estimationHelperFile.html @@ -1,5 +1,5 @@ -The location of the estimation module helper file — estimationHelperFile • OhdsiShinyModulesThe location of the estimation module helper file — estimationHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -147,7 +147,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/estimationServer.html b/docs/reference/estimationServer.html index ef0717f..6d53766 100644 --- a/docs/reference/estimationServer.html +++ b/docs/reference/estimationServer.html @@ -1,5 +1,5 @@ -The module server for exploring estimation studies — estimationServer • OhdsiShinyModulesThe module server for exploring estimation studies — estimationServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -165,7 +165,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/estimationViewer.html b/docs/reference/estimationViewer.html index 19f4085..1e4b526 100644 --- a/docs/reference/estimationViewer.html +++ b/docs/reference/estimationViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring characterization studies — estimationViewer • OhdsiShinyModulesThe module viewer for exploring characterization studies — estimationViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -153,7 +153,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/getCirceRenderedExpression.html b/docs/reference/getCirceRenderedExpression.html index b494d21..dbf3b9c 100644 --- a/docs/reference/getCirceRenderedExpression.html +++ b/docs/reference/getCirceRenderedExpression.html @@ -1,5 +1,5 @@ -Returns list with circe generated documentation — getCirceRenderedExpression • OhdsiShinyModulesReturns list with circe generated documentation — getCirceRenderedExpression • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -165,7 +165,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/getEnabledCdReports.html b/docs/reference/getEnabledCdReports.html index d08f146..afbaffe 100644 --- a/docs/reference/getEnabledCdReports.html +++ b/docs/reference/getEnabledCdReports.html @@ -1,5 +1,5 @@ -Get enable cd reports from available data — getEnabledCdReports • OhdsiShinyModulesGet enable cd reports from available data — getEnabledCdReports • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/getExampleConnectionDetails.html b/docs/reference/getExampleConnectionDetails.html index ecc5592..5d1acf1 100644 --- a/docs/reference/getExampleConnectionDetails.html +++ b/docs/reference/getExampleConnectionDetails.html @@ -1,5 +1,5 @@ -A connection details to an example result database — getExampleConnectionDetails • OhdsiShinyModulesA connection details to an example result database — getExampleConnectionDetails • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -126,7 +126,7 @@

Details

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/getLogoImage.html b/docs/reference/getLogoImage.html index d4ec255..7a15d92 100644 --- a/docs/reference/getLogoImage.html +++ b/docs/reference/getLogoImage.html @@ -1,5 +1,5 @@ -The location of the OHDSI logo — getLogoImage • OhdsiShinyModulesThe location of the OHDSI logo — getLogoImage • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -125,7 +125,7 @@

Details

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/homeHelperFile.html b/docs/reference/homeHelperFile.html index 23c29ee..f625900 100644 --- a/docs/reference/homeHelperFile.html +++ b/docs/reference/homeHelperFile.html @@ -1,5 +1,5 @@ -The location of the home module helper file — homeHelperFile • OhdsiShinyModulesThe location of the home module helper file — homeHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -131,7 +131,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/homeServer.html b/docs/reference/homeServer.html index b678c20..af67ea4 100644 --- a/docs/reference/homeServer.html +++ b/docs/reference/homeServer.html @@ -1,5 +1,5 @@ -The module server for exploring home — homeServer • OhdsiShinyModulesThe module server for exploring home — homeServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/homeViewer.html b/docs/reference/homeViewer.html index c1291ae..e8a509d 100644 --- a/docs/reference/homeViewer.html +++ b/docs/reference/homeViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring home — homeViewer • OhdsiShinyModulesThe module viewer for exploring home — homeViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -137,7 +137,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/incidenceRatesView.html b/docs/reference/incidenceRatesView.html index 37d41fa..8051dbc 100644 --- a/docs/reference/incidenceRatesView.html +++ b/docs/reference/incidenceRatesView.html @@ -1,5 +1,5 @@ -incidence Rates View — incidenceRatesView • OhdsiShinyModulesincidence Rates View — incidenceRatesView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/inclusionRulesView.html b/docs/reference/inclusionRulesView.html index 4b8b665..162511c 100644 --- a/docs/reference/inclusionRulesView.html +++ b/docs/reference/inclusionRulesView.html @@ -1,5 +1,5 @@ -inclusion Rules View — inclusionRulesView • OhdsiShinyModulesinclusion Rules View — inclusionRulesView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/index.html b/docs/reference/index.html index 66a0c44..b4e80c3 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -1,5 +1,5 @@ -Function reference • OhdsiShinyModulesFunction reference • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -665,7 +665,7 @@

Home

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/indexEventBreakdownView.html b/docs/reference/indexEventBreakdownView.html index 9957cbf..967c4f1 100644 --- a/docs/reference/indexEventBreakdownView.html +++ b/docs/reference/indexEventBreakdownView.html @@ -1,5 +1,5 @@ -Index event breakdown view — indexEventBreakdownView • OhdsiShinyModulesIndex event breakdown view — indexEventBreakdownView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/largeTableServer.html b/docs/reference/largeTableServer.html index 3376cc8..9072de7 100644 --- a/docs/reference/largeTableServer.html +++ b/docs/reference/largeTableServer.html @@ -1,5 +1,5 @@ -Large Table Component Server — largeTableServer • OhdsiShinyModulesLarge Table Component Server — largeTableServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -155,7 +155,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/largeTableView.html b/docs/reference/largeTableView.html index 1feae47..29b69de 100644 --- a/docs/reference/largeTableView.html +++ b/docs/reference/largeTableView.html @@ -1,5 +1,5 @@ -Large Table Component Viewer — largeTableView • OhdsiShinyModulesLarge Table Component Viewer — largeTableView • OhdsiShinyModulesMake a label for an html button — makeButtonLabel • OhdsiShinyModulesMake a label for an html button — makeButtonLabel • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -144,7 +144,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/orpahanConceptsView.html b/docs/reference/orpahanConceptsView.html index d0f1438..9c52f45 100644 --- a/docs/reference/orpahanConceptsView.html +++ b/docs/reference/orpahanConceptsView.html @@ -1,5 +1,5 @@ -Orphan Concepts View — orpahanConceptsView • OhdsiShinyModulesOrphan Concepts View — orpahanConceptsView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -166,7 +166,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionCalibrationServer.html b/docs/reference/patientLevelPredictionCalibrationServer.html index baa995b..2864b7f 100644 --- a/docs/reference/patientLevelPredictionCalibrationServer.html +++ b/docs/reference/patientLevelPredictionCalibrationServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction validation results — patientLevelPredictionCalibrationServer • OhdsiShinyModulesThe module server for exploring prediction validation results — patientLevelPredictionCalibrationServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -179,7 +179,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionCalibrationViewer.html b/docs/reference/patientLevelPredictionCalibrationViewer.html index 4e5a106..4d58ab9 100644 --- a/docs/reference/patientLevelPredictionCalibrationViewer.html +++ b/docs/reference/patientLevelPredictionCalibrationViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction model calibration results — patientLevelPredictionCalibrationViewer • OhdsiShinyModulesThe module viewer for exploring prediction model calibration results — patientLevelPredictionCalibrationViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionCovariateSummaryServer.html b/docs/reference/patientLevelPredictionCovariateSummaryServer.html index 348d33b..300ee09 100644 --- a/docs/reference/patientLevelPredictionCovariateSummaryServer.html +++ b/docs/reference/patientLevelPredictionCovariateSummaryServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction covariate summary results — patientLevelPredictionCovariateSummaryServer • OhdsiShinyModulesThe module server for exploring prediction covariate summary results — patientLevelPredictionCovariateSummaryServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -189,7 +189,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionCovariateSummaryViewer.html b/docs/reference/patientLevelPredictionCovariateSummaryViewer.html index 1a8be1e..ab3b367 100644 --- a/docs/reference/patientLevelPredictionCovariateSummaryViewer.html +++ b/docs/reference/patientLevelPredictionCovariateSummaryViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction covariate summary results — patientLevelPredictionCovariateSummaryViewer • OhdsiShinyModulesThe module viewer for exploring prediction covariate summary results — patientLevelPredictionCovariateSummaryViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionCutoffServer.html b/docs/reference/patientLevelPredictionCutoffServer.html index 755ff6f..3594b29 100644 --- a/docs/reference/patientLevelPredictionCutoffServer.html +++ b/docs/reference/patientLevelPredictionCutoffServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction cut-off results — patientLevelPredictionCutoffServer • OhdsiShinyModulesThe module server for exploring prediction cut-off results — patientLevelPredictionCutoffServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -179,7 +179,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionCutoffViewer.html b/docs/reference/patientLevelPredictionCutoffViewer.html index 4a65ad2..261243b 100644 --- a/docs/reference/patientLevelPredictionCutoffViewer.html +++ b/docs/reference/patientLevelPredictionCutoffViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction cut-off results — patientLevelPredictionCutoffViewer • OhdsiShinyModulesThe module viewer for exploring prediction cut-off results — patientLevelPredictionCutoffViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionDesignSummaryServer.html b/docs/reference/patientLevelPredictionDesignSummaryServer.html index 2849db7..b8672ab 100644 --- a/docs/reference/patientLevelPredictionDesignSummaryServer.html +++ b/docs/reference/patientLevelPredictionDesignSummaryServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction designs in the results — patientLevelPredictionDesignSummaryServer • OhdsiShinyModulesThe module server for exploring prediction designs in the results — patientLevelPredictionDesignSummaryServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -169,7 +169,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionDesignSummaryViewer.html b/docs/reference/patientLevelPredictionDesignSummaryViewer.html index f482cc7..fc18ade 100644 --- a/docs/reference/patientLevelPredictionDesignSummaryViewer.html +++ b/docs/reference/patientLevelPredictionDesignSummaryViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction designs that have been run — patientLevelPredictionDesignSummaryViewer • OhdsiShinyModulesThe module viewer for exploring prediction designs that have been run — patientLevelPredictionDesignSummaryViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionDiagnosticsServer.html b/docs/reference/patientLevelPredictionDiagnosticsServer.html index 3fca53a..c5c61e2 100644 --- a/docs/reference/patientLevelPredictionDiagnosticsServer.html +++ b/docs/reference/patientLevelPredictionDiagnosticsServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction diagnostic results — patientLevelPredictionDiagnosticsServer • OhdsiShinyModulesThe module server for exploring prediction diagnostic results — patientLevelPredictionDiagnosticsServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -174,7 +174,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionDiagnosticsViewer.html b/docs/reference/patientLevelPredictionDiagnosticsViewer.html index db9371f..16a5f28 100644 --- a/docs/reference/patientLevelPredictionDiagnosticsViewer.html +++ b/docs/reference/patientLevelPredictionDiagnosticsViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction diagnostic results — patientLevelPredictionDiagnosticsViewer • OhdsiShinyModulesThe module viewer for exploring prediction diagnostic results — patientLevelPredictionDiagnosticsViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionDiscriminationServer.html b/docs/reference/patientLevelPredictionDiscriminationServer.html index b49557d..201fea3 100644 --- a/docs/reference/patientLevelPredictionDiscriminationServer.html +++ b/docs/reference/patientLevelPredictionDiscriminationServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction model discrimination results — patientLevelPredictionDiscriminationServer • OhdsiShinyModulesThe module server for exploring prediction model discrimination results — patientLevelPredictionDiscriminationServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -179,7 +179,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionDiscriminationViewer.html b/docs/reference/patientLevelPredictionDiscriminationViewer.html index a597dd0..73819ec 100644 --- a/docs/reference/patientLevelPredictionDiscriminationViewer.html +++ b/docs/reference/patientLevelPredictionDiscriminationViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction model discrimination results — patientLevelPredictionDiscriminationViewer • OhdsiShinyModulesThe module viewer for exploring prediction model discrimination results — patientLevelPredictionDiscriminationViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionHelperFile.html b/docs/reference/patientLevelPredictionHelperFile.html index 792b511..8acbbb0 100644 --- a/docs/reference/patientLevelPredictionHelperFile.html +++ b/docs/reference/patientLevelPredictionHelperFile.html @@ -1,5 +1,5 @@ -The location of the prediction module helper file — patientLevelPredictionHelperFile • OhdsiShinyModulesThe location of the prediction module helper file — patientLevelPredictionHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -151,7 +151,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionModelSummaryServer.html b/docs/reference/patientLevelPredictionModelSummaryServer.html index 5d68def..e3b6ab8 100644 --- a/docs/reference/patientLevelPredictionModelSummaryServer.html +++ b/docs/reference/patientLevelPredictionModelSummaryServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction summary results — patientLevelPredictionModelSummaryServer • OhdsiShinyModulesThe module server for exploring prediction summary results — patientLevelPredictionModelSummaryServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -174,7 +174,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionModelSummaryViewer.html b/docs/reference/patientLevelPredictionModelSummaryViewer.html index 000c5e7..edf6c8d 100644 --- a/docs/reference/patientLevelPredictionModelSummaryViewer.html +++ b/docs/reference/patientLevelPredictionModelSummaryViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction summary results — patientLevelPredictionModelSummaryViewer • OhdsiShinyModulesThe module viewer for exploring prediction summary results — patientLevelPredictionModelSummaryViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionNbServer.html b/docs/reference/patientLevelPredictionNbServer.html index 8c9f257..5f03799 100644 --- a/docs/reference/patientLevelPredictionNbServer.html +++ b/docs/reference/patientLevelPredictionNbServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction net-benefit results — patientLevelPredictionNbServer • OhdsiShinyModulesThe module server for exploring prediction net-benefit results — patientLevelPredictionNbServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -179,7 +179,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionNbViewer.html b/docs/reference/patientLevelPredictionNbViewer.html index 7af8af4..4c23476 100644 --- a/docs/reference/patientLevelPredictionNbViewer.html +++ b/docs/reference/patientLevelPredictionNbViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction net-benefit results — patientLevelPredictionNbViewer • OhdsiShinyModulesThe module viewer for exploring prediction net-benefit results — patientLevelPredictionNbViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionServer.html b/docs/reference/patientLevelPredictionServer.html index 2dacb51..395816b 100644 --- a/docs/reference/patientLevelPredictionServer.html +++ b/docs/reference/patientLevelPredictionServer.html @@ -1,5 +1,5 @@ -The module server for exploring PatientLevelPrediction — patientLevelPredictionServer • OhdsiShinyModulesThe module server for exploring PatientLevelPrediction — patientLevelPredictionServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -169,7 +169,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionSettingsServer.html b/docs/reference/patientLevelPredictionSettingsServer.html index c8c343d..2417f42 100644 --- a/docs/reference/patientLevelPredictionSettingsServer.html +++ b/docs/reference/patientLevelPredictionSettingsServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction settings — patientLevelPredictionSettingsServer • OhdsiShinyModulesThe module server for exploring prediction settings — patientLevelPredictionSettingsServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -189,7 +189,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionSettingsViewer.html b/docs/reference/patientLevelPredictionSettingsViewer.html index 53ab6bb..80eaf80 100644 --- a/docs/reference/patientLevelPredictionSettingsViewer.html +++ b/docs/reference/patientLevelPredictionSettingsViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction settings — patientLevelPredictionSettingsViewer • OhdsiShinyModulesThe module viewer for exploring prediction settings — patientLevelPredictionSettingsViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionValidationServer.html b/docs/reference/patientLevelPredictionValidationServer.html index 381ad0e..6685163 100644 --- a/docs/reference/patientLevelPredictionValidationServer.html +++ b/docs/reference/patientLevelPredictionValidationServer.html @@ -1,5 +1,5 @@ -The module server for exploring prediction validation results — patientLevelPredictionValidationServer • OhdsiShinyModulesThe module server for exploring prediction validation results — patientLevelPredictionValidationServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -189,7 +189,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionValidationViewer.html b/docs/reference/patientLevelPredictionValidationViewer.html index ada7433..e79e22a 100644 --- a/docs/reference/patientLevelPredictionValidationViewer.html +++ b/docs/reference/patientLevelPredictionValidationViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring prediction validation results — patientLevelPredictionValidationViewer • OhdsiShinyModulesThe module viewer for exploring prediction validation results — patientLevelPredictionValidationViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/patientLevelPredictionViewer.html b/docs/reference/patientLevelPredictionViewer.html index 1922a68..332d3f1 100644 --- a/docs/reference/patientLevelPredictionViewer.html +++ b/docs/reference/patientLevelPredictionViewer.html @@ -1,5 +1,5 @@ -The module viewer for exploring PatientLevelPrediction — patientLevelPredictionViewer • OhdsiShinyModulesThe module viewer for exploring PatientLevelPrediction — patientLevelPredictionViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -157,7 +157,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/phevaluatorHelperFile.html b/docs/reference/phevaluatorHelperFile.html index ef9a00c..f98d15c 100644 --- a/docs/reference/phevaluatorHelperFile.html +++ b/docs/reference/phevaluatorHelperFile.html @@ -1,5 +1,5 @@ -The location of the phevaluator module helper file — phevaluatorHelperFile • OhdsiShinyModulesThe location of the phevaluator module helper file — phevaluatorHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -134,7 +134,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/phevaluatorServer.html b/docs/reference/phevaluatorServer.html index 00cdb7a..b162161 100644 --- a/docs/reference/phevaluatorServer.html +++ b/docs/reference/phevaluatorServer.html @@ -1,5 +1,5 @@ -The module server for the main phevaluator module — phevaluatorServer • OhdsiShinyModulesThe module server for the main phevaluator module — phevaluatorServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -144,7 +144,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/phevaluatorViewer.html b/docs/reference/phevaluatorViewer.html index 1e1fe0a..af8507e 100644 --- a/docs/reference/phevaluatorViewer.html +++ b/docs/reference/phevaluatorViewer.html @@ -1,5 +1,5 @@ -The viewer of the phevaluator module — phevaluatorViewer • OhdsiShinyModulesThe viewer of the phevaluator module — phevaluatorViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -136,7 +136,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/reportHelperFile.html b/docs/reference/reportHelperFile.html index 3831ccc..719b258 100644 --- a/docs/reference/reportHelperFile.html +++ b/docs/reference/reportHelperFile.html @@ -1,5 +1,5 @@ -The location of the report module helper file — reportHelperFile • OhdsiShinyModulesThe location of the report module helper file — reportHelperFile • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -131,7 +131,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/reportServer.html b/docs/reference/reportServer.html index b5da7f4..0037752 100644 --- a/docs/reference/reportServer.html +++ b/docs/reference/reportServer.html @@ -1,5 +1,5 @@ -The module server for the shiny app report module — reportServer • OhdsiShinyModulesThe module server for the shiny app report module — reportServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -169,7 +169,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/reportViewer.html b/docs/reference/reportViewer.html index dc4c602..0e88f6f 100644 --- a/docs/reference/reportViewer.html +++ b/docs/reference/reportViewer.html @@ -1,5 +1,5 @@ -The module viewer for the shiny app report module — reportViewer • OhdsiShinyModulesThe module viewer for the shiny app report module — reportViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -137,7 +137,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/resultTableServer.html b/docs/reference/resultTableServer.html index 578272f..0f1bd74 100644 --- a/docs/reference/resultTableServer.html +++ b/docs/reference/resultTableServer.html @@ -1,5 +1,5 @@ -Result Table Server — resultTableServer • OhdsiShinyModulesResult Table Server — resultTableServer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -192,7 +192,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/resultTableViewer.html b/docs/reference/resultTableViewer.html index 4a4c088..3121d1c 100644 --- a/docs/reference/resultTableViewer.html +++ b/docs/reference/resultTableViewer.html @@ -1,5 +1,5 @@ -Result Table Viewer — resultTableViewer • OhdsiShinyModulesResult Table Viewer — resultTableViewer • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -156,7 +156,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/timeDistributionsView.html b/docs/reference/timeDistributionsView.html index 0b745c2..c504ffe 100644 --- a/docs/reference/timeDistributionsView.html +++ b/docs/reference/timeDistributionsView.html @@ -1,5 +1,5 @@ -timeDistributions view — timeDistributionsView • OhdsiShinyModulestimeDistributions view — timeDistributionsView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/docs/reference/visitContextView.html b/docs/reference/visitContextView.html index cd407af..10cc2f3 100644 --- a/docs/reference/visitContextView.html +++ b/docs/reference/visitContextView.html @@ -1,5 +1,5 @@ -Visit context module view — visitContextView • OhdsiShinyModulesVisit context module view — visitContextView • OhdsiShinyModules @@ -17,7 +17,7 @@ OhdsiShinyModules - 3.0.1 + 3.0.2 @@ -145,7 +145,7 @@

See also

-

Site built with pkgdown 2.0.7.

+

Site built with pkgdown 2.0.9.

diff --git a/tests/testthat/test-estimation-cohort-method-plots.R b/tests/testthat/test-estimation-cohort-method-plots.R index 45b25cb..a15b126 100644 --- a/tests/testthat/test-estimation-cohort-method-plots.R +++ b/tests/testthat/test-estimation-cohort-method-plots.R @@ -79,4 +79,4 @@ test_that("Test estimationCreateCmPlot", { testthat::expect_true(inherits(result, 'grob')) -}) \ No newline at end of file +}) diff --git a/tests/testthat/test-estimation-cohort-method-results.R b/tests/testthat/test-estimation-cohort-method-results.R index d85147d..38735b9 100644 --- a/tests/testthat/test-estimation-cohort-method-results.R +++ b/tests/testthat/test-estimation-cohort-method-results.R @@ -75,4 +75,4 @@ result <- estimationGetCMMetaEstimation( testthat::expect_true(inherits(result, 'data.frame')) testthat::expect_true(nrow(result) == 0) # fails -}) \ No newline at end of file +}) diff --git a/tests/testthat/test-estimation-sccs-diagnostics.R b/tests/testthat/test-estimation-sccs-diagnostics.R index d918238..43a3c2a 100644 --- a/tests/testthat/test-estimation-sccs-diagnostics.R +++ b/tests/testthat/test-estimation-sccs-diagnostics.R @@ -23,4 +23,4 @@ shiny::testServer(estimationSccsDiagnosticServer, args = list( test_that("Test estimationGetSccsDiagnosticColDefs()", { result <- estimationGetSccsDiagnosticColDefs() testthat::expect_true(inherits(result, 'list')) -}) \ No newline at end of file +}) diff --git a/tests/testthat/test-estimation-sccs-plots.R b/tests/testthat/test-estimation-sccs-plots.R index fb5c7fe..8e714f9 100644 --- a/tests/testthat/test-estimation-sccs-plots.R +++ b/tests/testthat/test-estimation-sccs-plots.R @@ -75,4 +75,4 @@ test_that("Test estimationCreateSccsPlot", { testthat::expect_true(inherits(result, 'grob')) -}) \ No newline at end of file +}) diff --git a/tests/testthat/test-estimation-sccs-results-full.R b/tests/testthat/test-estimation-sccs-results-full.R index 329b535..0249eb0 100644 --- a/tests/testthat/test-estimation-sccs-results-full.R +++ b/tests/testthat/test-estimation-sccs-results-full.R @@ -202,4 +202,4 @@ test_that("Test estimationGetSccsControlEstimates", { testthat::expect_true(nrow(result$plotResult) == 0) -}) \ No newline at end of file +}) diff --git a/tests/testthat/test-estimation-sccs-results.R b/tests/testthat/test-estimation-sccs-results.R index 759d383..13f511c 100644 --- a/tests/testthat/test-estimation-sccs-results.R +++ b/tests/testthat/test-estimation-sccs-results.R @@ -73,4 +73,4 @@ result <- estimationGetSccsEsResults( testthat::expect_true(inherits(result, 'data.frame')) testthat::expect_true(nrow(result) == 0) # fails -}) \ No newline at end of file +})