Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
catalamarti committed Oct 3, 2024
1 parent bc53567 commit 798ffa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 3 additions & 5 deletions data-raw/internalData.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down Expand Up @@ -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") |>
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/_snaps/appStatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,8 @@
library(ggplot2)
library(here)
data <- importSummarisedResult(here::here("data"))
data <- omopViewer::importSummarisedResult(here::here("data")) |>
omopViewer::correctSettings()

---

Expand Down

0 comments on commit 798ffa9

Please sign in to comment.