test_that("plotDrugActivityRepeats", {
file <- tempfile()
pdf(file)
plotDrugActivityRepeats("609699")
dev.off()
expect_true(file.exists(file))
file <- tempfile()
pdf(file)
plotDrugActivityRepeats("609699", useZScore=TRUE, maxRepNum=3)
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.