test_that("getAutomorphisms function test", {
data(autm, package = "GenomAutomorphism")
aut <- autm@elementMetadata
test1 <- length(ranges(getAutomorphisms(aut))) == 7100
test2 <- inherits(getAutomorphisms(x = list(aut, aut)), "AutomorphismList")
expect_true(all(test1, test2))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.