tests/testthat/test-shiny-reports.R

context("Test that shiny reports are working")

test_that("shiny reports can be expanded and rendered", {
  skip_on_cran()

  # Expect no errors (i.e. fail to provide errors)
  expect_error(GMCM:::run_meta_report(), NA)
  expect_error(GMCM:::run_full_report(), NA)
})

Try the GMCM package in your browser

Any scripts or data that you put into this service are public.

GMCM documentation built on Nov. 6, 2019, 1:08 a.m.