Nothing
library(RCAS)
context("tests for main runReport function")
test_that("Testing runReport function", {
expect_error(runReport(genomeVersion = 'foo'),
regexp = "Can't find a genome sequence")
expect_error(runReport(genomeVersion = '9'),
regexp = "match the genome version to an unambigous genome sequence")
})
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.