Nothing
test_that("check if the object class is correct", {
# load data
dat <- phyloraster::load.data.rosauer()
# tests
expect_s4_class(phyloraster::df2rast(dat$presab),
"SpatRaster")
expect_s4_class(phyloraster::df2rast(dat$presab, CRS = "EPSG:2169"),
"SpatRaster")
})
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.