Package: rpostgis Version: 1.6.0 Date: 2024-12-05 Title: R Interface to a 'PostGIS' Database Description: Provides an interface between R and 'PostGIS'-enabled 'PostgreSQL' databases to transparently transfer spatial data. Both vector (points, lines, polygons) and raster data are supported in read and write modes. Also provides convenience functions to execute common procedures in 'PostgreSQL/PostGIS'. Authors@R: c( person("Adrian", "Cidre Gonzalez", email = "adrian.cidre@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3310-3052")), person("Mathieu", "Basille", email = "mathieu@basille.org", role = c("aut"), comment = c(ORCID = "0000-0001-9366-7127")), person("David", "Bucklin", email = "david.bucklin@gmail.com", role = c("aut"))) SystemRequirements: 'PostgreSQL' with 'PostGIS' extension Depends: R (>= 3.3.0), RPostgreSQL, DBI (>= 0.5) Imports: methods, sf, stats, terra (>= 1.6.7), cli, lifecycle Suggests: RPostgres, testthat (>= 3.0.0), sp, raster License: GPL (>= 3) URL: https://cidree.github.io/rpostgis/, https://github.com/Cidree/rpostgis BugReports: https://github.com/Cidree/rpostgis/issues RoxygenNote: 7.3.2 Encoding: UTF-8 Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libpq-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://cidree.r-universe.dev Date/Publication: 2024-12-06 10:23:44 UTC RemoteUrl: https://github.com/cidree/rpostgis RemoteRef: HEAD RemoteSha: 192197a76bf8998afc8bb10868dcf5c91bcfcedb NeedsCompilation: no Packaged: 2026-06-07 06:47:35 UTC; root Author: Adrian Cidre Gonzalez [aut, cre] (ORCID: ), Mathieu Basille [aut] (ORCID: ), David Bucklin [aut] Maintainer: Adrian Cidre Gonzalez