diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index c4cda93c0..25412ab46 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -43,7 +43,7 @@ jobs: unit-test-report-brand: >- https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/thumbs/teal.png deps-installation-method: setup-r-dependencies - selected-shinytests: true + selected-shinytests: false r-cmd-non-cran: name: R CMD Check (non-CRAN) 🧬 uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main @@ -67,7 +67,7 @@ jobs: checking for unstated dependencies in vignettes .* NOTE checking top-level files .* NOTE deps-installation-method: setup-r-dependencies - selected-shinytests: true + selected-shinytests: false coverage: name: Coverage 📔 uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main diff --git a/tests/testthat/helper-TealAppDriver.R b/tests/testthat/helper-TealAppDriver.R index f25a725ce..462c29026 100644 --- a/tests/testthat/helper-TealAppDriver.R +++ b/tests/testthat/helper-TealAppDriver.R @@ -13,6 +13,7 @@ init_teal_app_driver <- function(...) { functionBody(server) <- bquote({ # Hint to shinytest2 that this package should be available (via {globals}) .hint_to_load_package <- add_facet_labels + .one_more_inht_to_load_package <- sparkline::sparkline .(functionBody(server)) })