Skip to content

Commit

Permalink
Merge pull request #229 from OHDSI/develop
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
azimov authored Jan 19, 2024
2 parents 0ead191 + cdf10d4 commit f3dc393
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 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: 2.1.0
Version: 2.1.1
Author: Jenna Reps
Maintainer: Jenna Reps <reps@ohdsi.org>
Description: Install this package to access useful shiny modules for building shiny apps to explore results using the OHDSI tools .
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 v2.1.1
========================
Fixed bug in cohort diagnostics load up of orphan concepts server causing app to crash on load

OhdsiShinyModules v2.1.0
========================
Support for data models from SCCS version 5.2.0
Expand Down
2 changes: 1 addition & 1 deletion R/cohort-diagnostics-orphanConcepts.R
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ orphanConceptsModule <- function(id,
names(sortByColumns) <- c(cNames, paste(databaseName, "Records"), paste(databaseName, "Subjects"))
}

shiny::updateSelectInput(inputId = "sortBy", choices = sortByColumns, selected = sortByColumns[[5]])
shiny::updateSelectInput(inputId = "sortBy", choices = sortByColumns, selected = sortByColumns[[1]])

baseQuery <- sprintf(sql, dbSelectCols)
ldt <- LargeDataTable$new(connectionHandler = dataSource$connectionHandler,
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

6 changes: 3 additions & 3 deletions docs/authors.html

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

2 changes: 1 addition & 1 deletion docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 2.0.7
pkgdown_sha: ~
articles:
AddingShinyModules: AddingShinyModules.html
last_built: 2024-01-12T19:48Z
last_built: 2024-01-19T18:56Z

Binary file modified extras/OhdsiShinyModules.pdf
Binary file not shown.

0 comments on commit f3dc393

Please sign in to comment.