diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 13:08:01 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 13:08:01 +0100 |
commit | 3b15daaf373ebc36da2eb92f2e37ed569731f07d (patch) | |
tree | 75339d1b69c30edf26251a48fedeee70b6069d82 /tests/testthat/test_plot.R | |
parent | c6944440507b4b793a3715704122dfffb350a5a0 (diff) |
More tests
Diffstat (limited to 'tests/testthat/test_plot.R')
-rw-r--r-- | tests/testthat/test_plot.R | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testthat/test_plot.R b/tests/testthat/test_plot.R index db44c850..ae2841c0 100644 --- a/tests/testthat/test_plot.R +++ b/tests/testthat/test_plot.R @@ -35,6 +35,9 @@ test_that("Plotting mkinfit and mmkin objects is reproducible", { plot_biphasic_mmkin <- function() plot(f_uba_dfop_sfo_mixed) vdiffr::expect_doppelganger("mixed model fit for mmkin object", plot_biphasic_mmkin) + plot_biphasic_nlme <- function() plot(dfop_nlme_1) + vdiffr::expect_doppelganger("mixed model fit for nlme object", plot_biphasic_nlme) + plot_biphasic_saem_s <- function() plot(f_uba_dfop_sfo_saem) vdiffr::expect_doppelganger("mixed model fit for saem object with saemix transformations", plot_biphasic_saem_s) @@ -46,7 +49,6 @@ test_that("Plotting mkinfit and mmkin objects is reproducible", { #plot_biphasic_saem_s <- function() plot(saem_biphasic_s) plot_biphasic_saem_m <- function() plot(saem_biphasic_m) - vdiffr::expect_doppelganger("mixed model fit for nlme object", plot_biphasic_nlme) vdiffr::expect_doppelganger("mixed model fit for saem object with mkin transformations", plot_biphasic_saem_m) # different results when working with eigenvalues |