Package: postGIStools
Type: Package
Title: Tools for Interacting with 'PostgreSQL' / 'PostGIS' Databases
Description: Functions to convert geometry and 'hstore' data types from
    'PostgreSQL' into standard R objects, as well as to simplify
    the import of R data frames (including spatial data frames) into 'PostgreSQL'.
    Note: This package is deprecated. For new projects, we recommend 
    using the 'sf' package to interface with geodatabases.
Version: 0.2.4
License: GPL-3
URL: https://github.com/SESYNC-ci/postGIStools
BugReports: https://github.com/SESYNC-ci/postGIStools/issues
Authors@R: c(person('Philippe', 'Marchand', email = 'marchand.philippe@gmail.com',
                  role = c('aut', 'cre')),
             person('Richard', 'Ellison', role = 'aut'))
Depends: R (>= 3.2.3), sp (>= 1.2)
Imports: DBI (>= 0.5), jsonlite (>= 0.9), methods, rgdal (>= 0.8),
        rgeos (>= 0.3), RPostgreSQL (>= 0.4), stringr (>= 1.0)
Suggests: testthat, knitr, rmarkdown
LazyData: TRUE
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-20 13:01:14 UTC; phmarchand
Author: Philippe Marchand [aut, cre],
  Richard Ellison [aut]
Maintainer: Philippe Marchand <marchand.philippe@gmail.com>
Repository: CRAN
Date/Publication: 2019-09-20 13:30:02 UTC
