Skip to content

Commit

Permalink
removal of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Nov 15, 2023
1 parent 76b5912 commit 680315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ createDiagnosticsExplorerZip <- function(outputZipfile = file.path(getwd(), "Dia

on.exit(unlink(tmpDir, recursive = TRUE, force = TRUE), add = TRUE)
file.copy(shinyDirectory, tmpDir, recursive = TRUE)
dir.create(file.path(tmpDir, "DiagnosticsExplorer", "data"))
dir.create(file.path(tmpDir, "DiagnosticsExplorer", "data"), showWarnings = FALSE)
file.copy(sqliteDbPath, file.path(tmpDir, "DiagnosticsExplorer", "data", "MergedCohortDiagnosticsData.sqlite"))

DatabaseConnector::createZipFile(outputZipfile, file.path(tmpDir, "DiagnosticsExplorer"), rootFolder = tmpDir)
Expand Down

0 comments on commit 680315a

Please sign in to comment.