Nothing
test_that("multiplication works", {
expect_error(acoRn())
expect_error(acoRn("text"))
data("parents")
data("offspring")
expect_error(acoRn(parents))
r <- acoRn(parents, offspring)
expect_equal(class(r), c("data.table", "data.frame"))
expect_equal(nrow(r), 75)
expect_equal(ncol(r), 5)
})
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.