test_that("multiplication works", {
gmtFile <- system.file(
package = "BaseSet", "extdata",
"hallmark.gene.symbol.gmt"
)
gs <- getGMT(gmtFile)
expect_s4_class(gs, "TidySet")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.