Nothing
test_that("local_g_perm", {
df_fp <- system.file("extdata", "bos-ecometric.csv", package = "sfdep")
geo_fp <- system.file("extdata", "bos-ecometric.geojson", package = "sfdep")
# read in data
df <- read.csv(
df_fp, colClasses = c("numeric", "character", "integer", "double", "Date")
)
geo <- sf::st_read(geo_fp)
expect_error(spacetime(df, geo, ".region_id", "year"))
})
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.