-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
45 lines (45 loc) · 1.38 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
Package: arcgislayers
Type: Package
Title: An Interface to ArcGIS Data Services
Version: 0.3.1.9000
Authors@R: c(
person("Josiah", "Parry", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X")),
person("Eli", "Pousson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-8280-1706")),
person("Kenneth", "Vernon", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-0098-5092")),
person("Martha", "Bass", role = "ctb",
comment = c(ORCID = "0009-0004-0268-5426"))
)
Description: Enables users of 'ArcGIS Enterprise', 'ArcGIS Online', or
'ArcGIS Platform' to read, write, publish, or manage vector and raster
data via ArcGIS location services REST API endpoints
<https://developers.arcgis.com/rest/>.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
arcgisutils (>= 0.2.0),
arcpbf (>= 0.1.5),
cli,
httr2 (>= 1.0.5),
jsonify,
lifecycle,
RcppSimdJson,
rlang,
sf,
terra,
utils
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
dbplyr,
dplyr,
rmarkdown,
testthat (>= 3.0.0),
tidyselect,
vctrs
Config/testthat/edition: 3
URL: https://r.esri.com/arcgislayers/, https://github.com/R-ArcGIS/arcgislayers
BugReports: https://github.com/R-ArcGIS/arcgislayers/issues