context("Checking for consistency in colnames and rownames")
test_that("rownames and colnames return CompressedCharacterList", {
expect_true(is(rownames(mae), "CompressedCharacterList"))
expect_true(is(colnames(mae), "CompressedCharacterList"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.