new version location

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-12-17 11:31:42 +01:00
parent 218e141337
commit 9aefd95a05
No known key found for this signature in database

View file

@ -12,7 +12,7 @@
#' mtcars |> shiny_webResearch(launch.browser = TRUE) #' mtcars |> shiny_webResearch(launch.browser = TRUE)
#' } #' }
shiny_webResearch <- function(data = NULL, ...) { shiny_webResearch <- function(data = NULL, ...) {
appDir <- system.file("apps", "data_analysis", package = "webResearch") appDir <- system.file("apps", "data_analysis_modules", package = "webResearch")
if (appDir == "") { if (appDir == "") {
stop("Could not find the app directory. Try re-installing `webResearch`.", call. = FALSE) stop("Could not find the app directory. Try re-installing `webResearch`.", call. = FALSE)
} }