Nothing
context("test-triangle-mesh")
test_that("triangle mesh works", {
## test will change when triangle mesh is properly featured
triangmesh(etopo) %>%
expect_s3_class("mesh3d") %>%
expect_s3_class("triangmesh") %>%
expect_named(c("it", "vb", "primitivetype", "material", "raster_metadata", "crs"))
})
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.