-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.45 KB
/
Copy pathDESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.45 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
Package: rors
Type: Package
Title: Routing using 'OpenRouteService'
Version: 1.0.9.9000
Authors@R: c(
person("Jonas", "Lieth", , "jonas.lieth@gesis.org", role = c("aut", "cre", "cph"))
)
Maintainer: Jonas Lieth <jonas.lieth@gesis.org>
Description: Flexible and opinionated interface to local and remote
'OpenRouteService' instances. The package enables qualitative and
quantitative route computations, accessbility analyses, distance matrix
calculations, street snapping and graph network exports. It is primarily
aimed at processing larger datasets with controlled server-side
limitations. R6 classes support the setup and and management of
custom 'OpenRouteService' instances. The package functions take a tidy
and graceful approach in querying and formatting the API output.
URL: https://github.com/JsLth/rors, https://jslth.github.io/rors/
BugReports: https://github.com/JsLth/rors/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.0.0)
Imports:
utils,
stats,
cli (>= 3.0.0),
callr (>= 3.5.0),
assertthat,
R6,
httpuv,
yaml,
osmextract (>= 0.2.0),
jsonlite,
httr2 (>= 1.0.0),
sf
Suggests:
testthat (>= 3.0.0),
webfakes,
httptest2,
withr,
knitr (>= 1.31),
rmarkdown (>= 2.7),
leaflet,
ggplot2,
terra,
tibble,
sfnetworks
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3
License: MIT + file LICENSE