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