Nothing
test_that("tips get tip labels", {
tree = rankedPhylo(5)
expect_identical(tips(tree), tree$tip.label)
trees = rankedPhylo(3:7)
expect_identical(tips(trees),trees[[1]]$tip.label)
expect_identical(
tips(trees, all=TRUE),
lapply(trees, getElement, "tip.label")
)
})
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.