Nothing
context("testing helpers")
test_that("makeExampleDataSet produces dataset of the right type", {
ds.info <- biobroom:::.ds.info
for (i in 1:nrow(ds.info)) {
dtype <- ds.info$type[i]
eclass <- ds.info$class[i]
obj <- makeExampleDataSet(dtype)
expect_is(obj, eclass, info=paste("DataSet for type:", dtype))
}
})
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.