diff --git a/R/sysdata.rda b/R/sysdata.rda index 7cc2f03..ea2d488 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/data-raw/internalData.R b/data-raw/internalData.R index eaf7999..5861f72 100644 --- a/data-raw/internalData.R +++ b/data-raw/internalData.R @@ -47,10 +47,8 @@ omopViewerProj <- c( ) omopViewerGlobal <- c( - "library(shiny)", - "library(omopViewer)", - "", - "data <- importSummarisedResult(here::here(\"data\")) |> \n correctSettings()" + "data <- omopViewer::importSummarisedResult(here::here(\"data\")) |>", + "omopViewer::correctSettings()" ) |> styleCode() @@ -182,7 +180,7 @@ plot_config <- list( ) # end plot config ---- -# TO ADD NEW LOGOS YOU HAVE TO ADD THEM IN THIS LIST AND IN `inst/www/images/` +# TO ADD NEW LOGOS YOU HAVE TO ADD THEM IN THIS LIST AND IN `inst/logos/` # FOLLOW THIS NAMING: '{keyword}_logo.svg' # NOTE IT IS NOT CASE SENSITIVE logoKeywords <- c("hds", "ohdsi") |> diff --git a/tests/testthat/_snaps/appStatic.md b/tests/testthat/_snaps/appStatic.md index 0b31e6e..d5a24f4 100644 --- a/tests/testthat/_snaps/appStatic.md +++ b/tests/testthat/_snaps/appStatic.md @@ -1957,7 +1957,8 @@ library(ggplot2) library(here) - data <- importSummarisedResult(here::here("data")) + data <- omopViewer::importSummarisedResult(here::here("data")) |> + omopViewer::correctSettings() ---