Nothing
test_that("bdiv_heatmap", {
expect_silent(bdiv_heatmap(rare5, weighted=c(TRUE,FALSE), tracks=c("Body Site", "Age")))
skip_on_cran()
expect_silent(bdiv_heatmap(rare5, weighted=c(TRUE,FALSE), tracks=c("Body Site", "Age")))
expect_silent(bdiv_heatmap(rare5[1:2]))
expect_error(bdiv_heatmap(rare5[1]))
expect_error(bdiv_heatmap(rare5, title = NA))
})
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.