Skip to content

Commit

Permalink
Merge pull request #278 from OHDSI/hotfix-2.1.14
Browse files Browse the repository at this point in the history
Hotfix 2.1.14
  • Loading branch information
jreps authored Apr 26, 2024
2 parents bcd39b2 + 298b4d6 commit 42f5bb4
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.3
Version: 2.1.4
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.4
========================
Fixed missing call to dplyr in CohortDiagnostics load up

OhdsiShinyModules v2.1.3
========================
Hotfix release to fix issue with cohort diagnostics reports hanging on load when using `DatabaseConnector::dbListTables`
Expand Down
2 changes: 1 addition & 1 deletion R/cohort-diagnostics-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ postgresEnabledReports <- function(connectionHandler, schema, tbls) {
and n.nspname = '@schema'
"

return(connectionHandler$queryDb(sql, schema = schema) %>% pull("tableName"))
return(connectionHandler$queryDb(sql, schema = schema) %>% dplyr::pull("tableName"))
}

#' Get enable cd reports from available data
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.9
pkgdown_sha: ~
articles:
AddingShinyModules: AddingShinyModules.html
last_built: 2024-04-23T19:20Z
last_built: 2024-04-25T21:46Z

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

0 comments on commit 42f5bb4

Please sign in to comment.