Nothing
library(testthat)
library(regional)
library(terra)
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
volcano = rast(system.file("raster/volcano.tif", package = "regional"))
vr = read_sf(system.file("regions/volcano_regions.gpkg", package = "regional"))
ortho = rast(system.file("raster/ortho.tif", package = "supercells"))
vo = supercells::supercells(ortho, k = 1000, compactness = 1)
test_check("regional")
}
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.