test_that("plotDrugSets", {
drugAct <- exprs(getAct(rcellminerData::drugData))
drugs <- rownames(drugAct)[1:8]
file <- tempfile()
pdf(file)
plotDrugSets(drugAct, drugs, "Test")
dev.off()
expect_true(file.exists(file))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.