-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.33 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
Type: Package
Package: r311
Title: Interface to the 'open311' Standard
Version: 0.4.0
Authors@R:
person("Jonas", "Lieth", , "[email protected]", role = c("aut", "cre", "cph"))
Maintainer: Jonas Lieth <[email protected]>
Description: Access and handle APIs that use the international 'open311'
'GeoReport v2' standard for civic issue tracking
<https://wiki.open311.org/GeoReport_v2/>. Retrieve civic service types
and request data. Select and add available 'open311' endpoints and
jurisdictions. Implicitly supports custom queries and 'open311'
extensions. Requires a minimal number of hard dependencies while
still allowing the integration in common R formats ('xml2', 'tibble',
'sf').
License: MIT + file LICENSE
URL: https://github.com/jslth/r311, https://jslth.github.io/r311/,
https://github.com/JsLth/r311, https://ropengov.github.io/r311/,
https://github.com/rOpenGov/r311
BugReports: https://github.com/rOpenGov/r311/issues
Depends:
R (>= 4.0.0)
Imports:
curl,
jsonlite,
tools,
utils
Suggests:
httptest2,
knitr,
rmarkdown,
sf,
testthat (>= 3.0.0),
tibble,
xml2,
xmlconvert
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov