forked from r-spatial/sf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
86 lines (86 loc) · 1.68 KB
/
DESCRIPTION
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: sf
Version: 0.5-4
Title: Simple Features for R
Description: Support for simple features, a standardized way to encode spatial vector data. Binds
to GDAL for reading and writing data, to GEOS for geometrical operations, and to Proj.4 for projection
conversions and datum transformations.
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"), email = "edzer.pebesma@uni-muenster.de"),
person("Roger", "Bivand", role = "ctb"),
person("Ian", "Cook", role = "ctb"),
person("Tim", "Keitt", role = "ctb"),
person("Michael", "Sumner", role = "ctb"),
person("Robin", "Lovelace", role = "ctb"),
person("Hadley", "Wickham", role = "ctb"),
person("Jeroen", "Ooms", role = "ctb"),
person("Etienne", "Racine", role = "ctb"))
Depends:
R (>= 3.3.0)
Imports:
utils,
stats,
tools,
graphics,
grDevices,
grid,
methods,
Rcpp,
DBI (>= 0.5),
units (>= 0.4),
magrittr
Suggests:
sp (>= 1.2-4),
rgeos,
rgdal,
lazyeval,
tibble,
rlang,
dplyr,
ggplot2,
RSQLite,
RPostgreSQL,
testthat,
knitr,
tidyr,
geosphere (>= 1.5-5),
maptools,
maps,
microbenchmark
LinkingTo: Rcpp
VignetteBuilder: knitr
SystemRequirements: GDAL (>= 2.0.0), GEOS (>= 3.3.0), PROJ.4 (>= 4.8.0)
License: GPL-2 | MIT + file LICENSE
URL: https://github.com/r-spatial/sf/
BugReports: https://github.com/r-spatial/sf/issues/
Collate:
RcppExports.R
init.R
crs.R
bbox.R
read.R
db.R
sfc.R
sfg.R
sf.R
bind.R
wkb.R
wkt.R
plot.R
geom.R
transform.R
sp.R
grid.R
arith.R
tidyverse.R
cast_sfg.R
cast_sfc.R
graticule.R
datasets.R
aggregate.R
agr.R
maps.R
join.R
sample.R
valid.R
geohash.R
split.R
RoxygenNote: 6.0.1