From 9aefd95a0509790c3a7b2ab8e2631ab5bcfa8b26 Mon Sep 17 00:00:00 2001 From: Andreas Gammelgaard Damsbo Date: Tue, 17 Dec 2024 11:31:42 +0100 Subject: [PATCH] new version location --- R/shiny_webResearch.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/shiny_webResearch.R b/R/shiny_webResearch.R index 6cd4d08..af55ccf 100644 --- a/R/shiny_webResearch.R +++ b/R/shiny_webResearch.R @@ -12,7 +12,7 @@ #' mtcars |> shiny_webResearch(launch.browser = TRUE) #' } shiny_webResearch <- function(data = NULL, ...) { - appDir <- system.file("apps", "data_analysis", package = "webResearch") + appDir <- system.file("apps", "data_analysis_modules", package = "webResearch") if (appDir == "") { stop("Could not find the app directory. Try re-installing `webResearch`.", call. = FALSE) }