Nothing
test_that("PROJ utility functions run", {
expect_length(proj_version(), 4)
expect_no_error(proj_search_paths())
expect_no_error(proj_networking(TRUE))
expect_no_error(proj_networking(FALSE))
if (as.integer(gdal_version()[2]) >= 3000300) {
proj_paths <- proj_search_paths()
expect_no_error(proj_search_paths(proj_paths))
}
})
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.