Nothing
test_that("legacy spatial namespaces are not eagerly imported", {
namespace <- readLines(system.file("NAMESPACE", package = "zipcodeR"))
expect_false(any(grepl("^import\\(tidycensus\\)$", namespace)))
expect_false(any(grepl("^importFrom\\(raster,", namespace)))
})
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.