## unit tests will not be done if testthat is not available
if(require("testthat", quietly = TRUE)) {
library(hiAnnotator)
test_package("hiAnnotator")
} else {
warning("cannot run unit tests -- package 'testthat' is not available")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.