context("RNAmodR.Data")
test_that("RNAmodR.Data:",{
libname <- system.file(package = "RNAmodR.Data")
actual <- RNAmodR.Data:::.get_data_titles("RNAmodR.Data")
expect_type(actual,"character")
expect_true(all(grepl("RNAmodR.Data",actual)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.