-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
48 lines (48 loc) · 1020 Bytes
/
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
46
47
48
Package: m4ra
Title: Many-to-Many Multi-Modal Routing Aggregator
Version: 0.1.1.041
Authors@R:
person(given = "Mark",
family = "Padgham",
role = c("aut", "cre"),
email = "mark.padgham@email.com")
Description: Many-to-many multi-modal routing aggregator, combining 'dodgr' and
'gtfsrouter' for complete routing through urban networks.
License: GPL-3
URL: https://github.com/UrbanAnalyst/m4ra
BugReports: https://github.com/UrbanAnalyst/m4ra/issues
Depends:
R (>= 2.10)
Imports:
checkmate,
cli,
digest,
dodgr,
fs,
gtfsrouter,
methods,
memoise,
parallel,
rappdirs,
Rcpp (>= 0.12.6),
RcppParallel
Suggests:
dplyr,
geodist,
geosphere,
hms,
osmdata,
osmextract,
sf,
testthat (>= 3.0.0)
LinkingTo:
Rcpp,
RcppParallel,
RcppThread
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
SystemRequirements: GNU make