Nothing
context('mod_names')
test_that('a warning is thrown if there are no modules', {
cem <- new_cem()
expect_warning(mod_names(cem))
})
test_that('modules are sorted by size', {
data(cem)
expect_true(identical(mod_names(cem), names(sort(table(cem@module$modules), decreasing=TRUE))))
})
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.