From f3f59fc450b890ca9c5fed4b2c61248bc73f8854 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:15:55 +0200 Subject: [PATCH] vbump testthat (#763) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix min_isolated strategy https://github.com/insightsengineering/teal.modules.general/actions/runs/9630557319/job/26561246365 ``` ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error (test-examples.R:143:1): (code run outside of `test_that()`) ────────── Error: 'is_checking' is not an exported object from 'namespace:testthat' Backtrace: ▆ 1. └─teal.modules.general (local) rd_files() at test-examples.R:143:1 ── Error (test-tm_g_bivariate.R:243:3): tm_g_bivariate determines `color`, `size` and `fill` when `color_setting` is TRUE ── Error: 'expect_contains' is not an exported object from 'namespace:testthat' [ FAIL 2 | WARN 0 | SKIP 78 | PASS 66 ] ``` `is_checking` is available since [`3.1.9`](https://github.com/cran/testthat/blob/3.1.9/NAMESPACE#L82) (and it's missing in [`3.1.8`](https://github.com/cran/testthat/blob/3.1.8/NAMESPACE)) test runs available here: https://github.com/insightsengineering/teal.modules.general/actions/workflows/scheduled.yaml?query=branch%3Apawelru-patch-1 Signed-off-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com> --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 58c41b13b..7faeb12b6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -75,7 +75,7 @@ Suggests: rvest, shinytest2, sparkline, - testthat (>= 3.0.4), + testthat (>= 3.1.9), withr (>= 2.0.0) VignetteBuilder: knitr