-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.13 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
Type: Package
Package: odmind
Title: Calculate Origin-Destination Matrix Indicators
Version: 0.0.2
Authors@R:
person(given = "Marcel",
family = "Schonlau",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Marcel Schonlau <[email protected]>
Description: Provides functions to create origin-destination
matrices utilizing the OpenRouteService API. Based on those matrices
several functions for calculating accessibility indicators for point
data as well as aggregation methods to polygon areas of interest are
available.
License: GPL-3 + file LICENSE
URL: https://mschonlau.github.io/odmind/
BugReports: https://github.com/mschonlau/odmind/issues
Depends:
R (>= 3.5.0)
Imports:
doFuture,
dplyr,
foreach,
future,
openrouteservice (>= 0.4.0),
progressr,
purrr,
rlang,
sf,
splitstackshape,
tibble,
tidyr
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Remotes:
GIScience/openrouteservice-r
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1