Nothing
test_that("GDAL version checked checked", {
local_mocked_bindings(
gdal_version = function(...) "3.0.0"
)
expect_snapshot(
error = TRUE,
check_gdal_shz()
)
})
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.