From df996535b0bb3077040abccf1c6e20bb4751d2ce Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 8 Dec 2020 23:56:14 +0100 Subject: Test plots on R-release and cache packages again --- tests/testthat/test_nafta.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testthat/test_nafta.R') diff --git a/tests/testthat/test_nafta.R b/tests/testthat/test_nafta.R index 62c88983..80b6adba 100644 --- a/tests/testthat/test_nafta.R +++ b/tests/testthat/test_nafta.R @@ -22,7 +22,7 @@ test_that("Test data from Appendix B are correctly evaluated", { plot_nafta <- function() plot(res) if(requireNamespace("vdiffr", quietly = TRUE)) { - skip_if(getRversion() < "4.1.0") + skip_if(getRversion() >= "4.1.0") vdiffr::expect_doppelganger("NAFTA SOP Appendix B", plot_nafta) } }) @@ -50,7 +50,7 @@ test_that("Test data from Appendix D are correctly evaluated", { plot_nafta <- function() plot(res) if(requireNamespace("vdiffr", quietly = TRUE)) { - skip_if(getRversion() < "4.1.0") + skip_if(getRversion() >= "4.1.0") vdiffr::expect_doppelganger("Plot NAFTA analysis", plot_nafta) } }) -- cgit v1.2.1