Skip to content

Commit

Permalink
Merge pull request #123 from OHDSI/remove_phenotyper_project
Browse files Browse the repository at this point in the history
Remove extra project created automatically in the directory path
  • Loading branch information
edward-burn authored Nov 15, 2024
2 parents 804adac + b12509f commit 2a128cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shinyDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ shinyDiagnostics <- function(result,
path = file.path(directory, "shiny", "data", "raw"))
# shiny::shinyAppDir(file.path(directory, "shiny"))
if (isTRUE(open)) {
usethis::proj_activate(directory)
usethis::proj_activate(path = file.path(directory,"shiny"))
}

return(invisible())
Expand Down

0 comments on commit 2a128cf

Please sign in to comment.