Nothing
test_that("as_rbiom", {
old_hmp5 <- as_rbiom(as.list(hmp5), pkg_version = "1")
expect_equal_rbiom(as_rbiom(hmp5), hmp5)
expect_equal_rbiom(as_rbiom(old_hmp5), hmp5)
expect_equal_rbiom(as_rbiom(hmp5$counts), min5)
expect_equal_rbiom(as_rbiom(as.matrix(hmp5$counts)), min5)
expect_error(as_rbiom(NULL))
})
test_that("as_rbiom.default", {
json <- write_biom(hmp5, file = NULL, format = "json")
expect_equal_rbiom(as_rbiom(json), hmp5)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.