Nothing
context("data conversions")
test_that("DNAbin2genind works properly", {
data("woodmouse", package = "ape")
wm <- DNAbin2genind(woodmouse)
expect_is(wm, "genind")
expect_equal(nInd(wm), nrow(woodmouse))
})
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.