Nothing
context("Matrix test")
## Check that conditions are a vector
mat <- matrix(NA, nrow=100, ncol=10)
conds <- matrix(NA, nrow=10, ncol=1)
expect_error(HTSFilter(mat, conds))
test_that("data.frame test", {
expect_that(10, equals(10))
expect_that(11, equals(11))
})
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.