From 7584261f6f98b73ba6b14b623c82bb731d04bf70 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:27:06 +0100 Subject: [PATCH 1/3] add sparkline::sparkline to helper-TealAppDriver.R Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- tests/testthat/helper-TealAppDriver.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/helper-TealAppDriver.R b/tests/testthat/helper-TealAppDriver.R index f25a725ce..798e511d4 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 <- sparkline::sparkline .(functionBody(server)) }) From 5cda9e402735617425e86521cde38c9582981cc8 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:04:33 +0100 Subject: [PATCH 2/3] [run-all-tests] Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- tests/testthat/helper-TealAppDriver.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/helper-TealAppDriver.R b/tests/testthat/helper-TealAppDriver.R index 798e511d4..462c29026 100644 --- a/tests/testthat/helper-TealAppDriver.R +++ b/tests/testthat/helper-TealAppDriver.R @@ -13,7 +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 <- sparkline::sparkline + .one_more_inht_to_load_package <- sparkline::sparkline .(functionBody(server)) }) From 0b8c2f2a7c69ba1edcc870a4957ae67819abe343 Mon Sep 17 00:00:00 2001 From: Marcin <133694481+m7pr@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:19:34 +0100 Subject: [PATCH 3/3] Update check.yaml Signed-off-by: Marcin <133694481+m7pr@users.noreply.github.com> --- .github/workflows/check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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