Nothing
context('plot_ora')
data(cem)
cem0 <- new_cem()
test_that('plot_ora throws an error when there are no modules', {
expect_error(cem0 <- plot_ora(cem0))
})
test_that('plot_ora throws an error when mod_ora has not been run', {
expect_error(cem <- plot_ora(cem))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.