From 24c504bb5d4d202661de5e36e6d80f2b8e906ff8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 23 Jul 2021 15:33:56 +0200 Subject: Update vdiffr tests for version 1.0 --- tests/testthat/test_plot.R | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/testthat/test_plot.R') diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 0bf3ee66..28c537bb 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) -- cgit v1.2.3