context("tRNA")
test_that("tRNA:",{
expect_error(tRNA:::.checkValueValidity("a", c("b","c")),
"'a' must be one of the following values: 'b', 'c'")
expect_error(tRNA:::.check_trna_structure_ident("a"),
"'a' must be one of the following values: ''")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.