context("function Cogito::summarizeRanges")
library(Cogito)
test_that("function Cogito::summarizeRanges returns error on wrong parameter",
{
expect_error(summarizeRanges("abc"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.