diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-08 23:56:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-08 23:58:15 +0100 |
commit | df996535b0bb3077040abccf1c6e20bb4751d2ce (patch) | |
tree | 2701a2219a76929b7be235523ed8b7fb9a7c4e73 /tests/testthat/test_plot.R | |
parent | 81e0532542ff172b15130b7e8769509a3921399c (diff) |
Test plots on R-release and cache packages again
Diffstat (limited to 'tests/testthat/test_plot.R')
-rw-r--r-- | tests/testthat/test_plot.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index 72f1020c..75fc863f 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -26,7 +26,7 @@ test_that("Plotting mkinfit and mmkin objects is reproducible", { plot_errmod_fit_obs_1 <- function() plot_err(fit_obs_1, sep_obs = FALSE) plot_errmod_fit_tc_1 <- function() plot_err(fit_tc_1, sep_obs = FALSE) - skip_if(getRversion() < "4.1.0") + 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) |