Package: rpostgis
Version: 1.5.1
Date: 2023-11-20
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("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")),
    person("Adrián", "Cidre González", 
    email = "adrian.cidre@gmail.com", 
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-3310-3052")))
SystemRequirements: 'PostgreSQL' with 'PostGIS' extension
Depends: R (>= 3.3.0), RPostgreSQL, DBI (>= 0.5)
Imports: methods, sp, stats, terra (>= 1.6.7), purrr, sf, raster
Suggests: RPostgres, testthat (>= 3.0.0)
License: GPL (>= 3)
URL: https://cidree.github.io/rpostgis/,
        https://github.com/Cidree/rpostgis
BugReports: https://github.com/Cidree/rpostgis/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-11-20 13:50:45 UTC; cidre
Author: Mathieu Basille [aut] (<https://orcid.org/0000-0001-9366-7127>),
  David Bucklin [aut],
  Adrián Cidre González [aut, cre]
    (<https://orcid.org/0000-0002-3310-3052>)
Maintainer: Adrián Cidre González <adrian.cidre@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-20 14:20:03 UTC
Built: R 4.2.3; ; 2023-11-20 15:49:17 UTC; unix
