test_that("EggNOG", {
object <- EggNOG()
expect_s4_class(object, "EggNOG")
expect_length(object, 2L)
expect_output(
object = show(object),
regexp = "EggNOG"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.