Nothing
.onAttach <- function(libname, pkgname) {
msg <- paste(
paste(" Welcome to rpostgis -", sprintf("Version: %s (%s)", utils::packageVersion("rpostgis"), utils::packageDate("rpostgis"))),
"- Support for `sp` and `raster` objects is deprecated.",
"- These will be removed in a future release.",
"- Please use `sf` and `terra` objects with rpostgis.",
sep = "\n"
)
packageStartupMessage(msg)
}
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.