R/startup.R

Defines functions .onAttach

# Startup message
.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    "This is 'rpostgis' version ", utils::packageVersion("rpostgis"), " (",
    utils::packageDate("rpostgis"), ") \n",
    "------------------ \n",
    "`rpostgis` is under new maintenance, and development have been moved to https://github.com/Cidree/rpostgis/ \n",
    "------------------ \n",
    "Support for `sp` and `raster` objects will be deprecated in {rpostgis} and will be removed ",
    "in a future release of the package. Please use `sf` and `terra` objects with {rpostgis}"
  )
}

Try the rpostgis package in your browser

Any scripts or data that you put into this service are public.

rpostgis documentation built on Nov. 20, 2023, 5:07 p.m.