Skip to content

Commit

Permalink
Merge pull request #350 from OHDSI/develop
Browse files Browse the repository at this point in the history
Release 3.0.2
  • Loading branch information
jreps authored Sep 27, 2024
2 parents 96d4ac7 + 942c6ea commit 4d5dafc
Show file tree
Hide file tree
Showing 137 changed files with 397 additions and 389 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre")),
person("Nathan", "Hall", role = c("aut")),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
OhdsiShinyModules v3.0.2
========================
- Fixed bug with orphan concepts not loading

OhdsiShinyModules v3.0.1
========================
- Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion R/OhdsiShinyModules.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#' @keywords internal
#' @importFrom dplyr %>%
#' @importFrom rlang .data
"_PACKAGE"
"_PACKAGE"
2 changes: 1 addition & 1 deletion R/characterization-cohorts.R
Original file line number Diff line number Diff line change
Expand Up @@ -1013,4 +1013,4 @@ characterizationGetCohortsInputs <- function(
databaseIds = databaseIds
)
)
}
}
2 changes: 1 addition & 1 deletion R/characterization-incidence.R
Original file line number Diff line number Diff line change
Expand Up @@ -1898,4 +1898,4 @@ characterizationGetCiTars <- function(connectionHandler,
niceColNames = colDefCsv$niceName,
tooltipText = colDefCsv$toolTip
)
}
}
4 changes: 2 additions & 2 deletions R/cohort-diagnostics-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -762,4 +762,4 @@ cohortDiagnosticsServer <- function(id,

)

}
}
2 changes: 1 addition & 1 deletion R/estimation-cohort-method-diagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ estimationGetCmDiagnosticColDefs <- function(){
)

return(result)
}
}
2 changes: 1 addition & 1 deletion R/estimation-cohort-method-power.R
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,4 @@ getCmFollowUpDist <- function(
database_id = databaseId
)
)
}
}
2 changes: 1 addition & 1 deletion R/estimation-sccs-diagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ estimationGetSccsDiagnosticColDefs <- function(){
)

return(result)
}
}
2 changes: 1 addition & 1 deletion R/helpers-example.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ getExampleConnectionDetails <- function(){
)

return(cd)
}
}
2 changes: 1 addition & 1 deletion R/home-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ homeServer <- function(

}
)
}
}
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/AddingShinyModules.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/Characterization.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/CohortDiagnostics.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/CohortMethod.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/Cohorts.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d5dafc

Please sign in to comment.