Nothing
test_that("splicing works", {
expect_equal(splice4(c(1:4, 9:12), c(5:8, 13:16)), 1:16)
expect_equal(splice4(c(1:4, 13:16), c(5:8, 17:20), c(9:12, 21:24)), 1:24)
})
test_that("aabb_cubes()", {
expect_true(all(is.na(unlist(aabb_cubes(data.frame())))))
expect_true(all(is.na(unlist(aabb_cuboids(data.frame())))))
})
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.