diff options
Diffstat (limited to 'tests/testthat/test_plot.R')
-rw-r--r-- | tests/testthat/test_plot.R | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 1c95d069..e08fe277 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -14,8 +14,6 @@ test_that("Plotting mkinfit, mmkin and mixed model objects is reproducible", { fit_C_tc <- mkinfit("SFO", FOCUS_2006_C, error_model = "tc", quiet = TRUE) plot_errmod_fit_C_tc <- function() plot_err(fit_C_tc) - - skip_if(getRversion() >= "4.1.0") vdiffr::expect_doppelganger("mkinfit plot for FOCUS C with defaults", plot_default_FOCUS_C_SFO) vdiffr::expect_doppelganger("mkinfit plot for FOCUS C with residuals like in gmkin", plot_res_FOCUS_C_SFO) vdiffr::expect_doppelganger("plot_res for FOCUS C", plot_res_FOCUS_C_SFO_2) |