From 67ae52544d76399a0c6fc840e3a275e69a907557 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 4 Sep 2024 11:57:26 +0200 Subject: [PATCH] tests only work with future updates --- tests/testthat/test-plot.p_significance.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/test-plot.p_significance.R b/tests/testthat/test-plot.p_significance.R index b28f15cc5..a65b2b794 100644 --- a/tests/testthat/test-plot.p_significance.R +++ b/tests/testthat/test-plot.p_significance.R @@ -8,8 +8,8 @@ test_that("`plot.see_p_significance()` works", { expect_s3_class(plot(result), "gg") }) -# skip_if_not_installed("bayestestR", minimum_version = "0.14.1") -# skip_if_not_installed("parameters", minimum_version = "0.22.3") +skip_if_not_installed("bayestestR", minimum_version = "0.14.1") +skip_if_not_installed("parameters", minimum_version = "0.22.3") test_that("`plot.see_p_significance works for two thresholds", { skip_if_not_installed("vdiffr")