-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·33 lines (33 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
executable file
·33 lines (33 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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.2
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.0.1
VignetteBuilder: knitr