Nothing
test_that("form", {
data(LDAdata)
cell.line <- unique(LDAdata$name)[1]
x <- subset.data.frame(LDAdata, subset = (name==cell.line))
x <- x[,c(4,5,6,3,2,1)]
act <- LDA_activity(x)
expect_equal(class(act), "LDA_activity_list")
expect_error(LDA_activity(list(x)))
expect_warning(LDA_activity(x[,1:3]))
})
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.