forked from r-spatial/sf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
138 lines (138 loc) · 2.93 KB
/
Copy pathDESCRIPTION
File metadata and controls
138 lines (138 loc) · 2.93 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
Package: sf
Version: 0.7-3
Date: 2018-11-24
Title: Simple Features for R
Authors@R:
c(person(given = "Edzer",
family = "Pebesma",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person(given = "Roger",
family = "Bivand",
role = "ctb",
comment = c(ORCID = "0000-0003-2392-6140")),
person(given = "Etienne",
family = "Racine",
role = "ctb"),
person(given = "Michael",
family = "Sumner",
role = "ctb"),
person(given = "Ian",
family = "Cook",
role = "ctb"),
person(given = "Tim",
family = "Keitt",
role = "ctb"),
person(given = "Robin",
family = "Lovelace",
role = "ctb"),
person(given = "Hadley",
family = "Wickham",
role = "ctb"),
person(given = "Jeroen",
family = "Ooms",
role = "ctb",
comment = c(ORCID = "0000-0002-4035-0289")),
person(given = "Kirill",
family = "Müller",
role = "ctb"))
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' for
projection conversions and datum transformations.
License: GPL-2 | MIT + file LICENSE
URL: https://github.com/r-spatial/sf/
BugReports: https://github.com/r-spatial/sf/issues/
Depends:
methods,
R (>= 3.3.0)
Imports:
classInt (>= 0.2-1),
DBI (>= 0.8),
graphics,
grDevices,
grid,
magrittr,
Rcpp,
stats,
tools,
units (>= 0.6-0),
utils
Suggests:
blob,
covr,
dplyr (>= 0.7-0),
ggplot2,
knitr,
lwgeom (>= 0.1-5),
maps,
maptools,
mapview,
microbenchmark,
odbc,
pillar,
pool,
raster,
rgdal,
rgeos,
rlang,
rmarkdown,
RPostgres (>= 1.1.0),
RPostgreSQL,
RSQLite,
sp (>= 1.2-4),
spatstat,
stars (>= 0.2-0),
testthat,
tibble (>= 1.4.1),
tidyr (>= 0.7-2),
tidyselect,
tmap (>= 2.0)
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
SystemRequirements: C++11, GDAL (>= 2.0.1), GEOS (>= 3.4.0),
PROJ (>= 4.8.0)
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'
'collection_extract.R'
'jitter.R'
'sgbp.R'
'spatstat.R'
'stars.R'
'crop.R'
'gdal_utils.R'
'nearest.R'
'deprecated.R'