-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.55 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: arcgisutils
Title: ArcGIS Utility Functions
Version: 0.3.1
Authors@R: c(
person("Josiah", "Parry", , "josiah.parry@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9910-865X")),
person("Kenneth", "Vernon", , "kenneth.b.vernon@gmail.com", role = "ctb",
comment = c(ORCID = "0000-0003-0098-5092")),
person("Martha", "Bass", role = "ctb",
comment = c(ORCID = "0009-0004-0268-5426"))
)
Description: Developer oriented utility functions designed to be used as
the building blocks of R packages that work with ArcGIS Location
Services. It provides functionality for authorization, Esri JSON
construction and parsing, as well as other utilities pertaining to
geometry and Esri type conversions. To support 'ArcGIS Pro' users,
authorization can be done via 'arcgisbinding'. Installation
instructions for 'arcgisbinding' can be found at
<https://r.esri.com/r-bridge-site/docs/installation.html>.
License: Apache License (>= 2)
URL: https://github.com/R-ArcGIS/arcgisutils,
https://r.esri.com/arcgisutils/
BugReports: https://github.com/R-ArcGIS/arcgisutils/issues
Imports:
cli,
dbplyr,
httr2 (>= 1.0.5),
RcppSimdJson,
rlang,
sf,
utils
Suggests:
arcgisbinding,
collapse (>= 2.0.0),
data.table,
vctrs,
testthat (>= 3.0.0),
jsonify
Config/testthat/edition: 3
Encoding: UTF-8
Language: en
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.67