Nothing
test_that(".do_coords_minmax", {
res <- demo_objects_data(100)
res$x <- res$xmin
res$y <- res$ymin
res$z <- res$zmin
res <- .do_coords_minmax(res, square.size=100)
expect_equal(typeof(res), "list")
expect_equal(length(res), 6)
expect_equal(names(res), c("xmin", "xmax", "ymin", "ymax", "zmin", "zmax"))
expect_equal(c(sapply(res, typeof), use.names=F), rep("double", 6))
})
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.