tests/testthat/test-plot.R

test_that("plot.mcmcarray", {
  pdf(tempfile())
  expect_null(plot(mcmcr_example[[1]]))
  dev.off()
})

test_that("plot.mcmcarray", {
  pdf(tempfile())
  expect_null(plot(mcmcr_example))
  dev.off()
})
poissonconsulting/mcmcr documentation built on Jan. 18, 2024, 1:11 a.m.