From c90fdefb4cd438ae71c613f676c2ff6631d0a7a3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 25 Feb 2019 15:27:41 +0100 Subject: Static documentation rebuilt by current pkgdown --- tests/testthat/test_plots_twa.R | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testthat/test_plots_twa.R') diff --git a/tests/testthat/test_plots_twa.R b/tests/testthat/test_plots_twa.R index fe0ba325..0014f738 100644 --- a/tests/testthat/test_plots_twa.R +++ b/tests/testthat/test_plots_twa.R @@ -52,9 +52,11 @@ context("Plotting") test_that("Plotting mmkin objects is reproducible", { skip_on_cran() + plot_sep_FOCUS_C_SFO <- function() plot_sep(fits[[, "FOCUS_C"]]) mmkin_FOCUS_C <- function() plot(fits[, "FOCUS_C"]) mmkin_SFO <- function() plot(fits["SFO",]) + vdiffr::expect_doppelganger("mkinfit plot for FOCUS C with sep = TRUE", plot_sep_FOCUS_C_SFO) vdiffr::expect_doppelganger("mmkin plot for FOCUS C", mmkin_FOCUS_C) vdiffr::expect_doppelganger("mmkin plot for SFO (FOCUS C and D)", mmkin_SFO) }) -- cgit v1.2.1