-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.01 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
46
47
48
49
50
51
Package: uaengine
Title: Routing and aggregation engine for 'Urban Analyst'
Version: 0.3.2.009
Authors@R:
person(given = "Mark",
family = "Padgham",
role = c("aut", "cre"),
email = "[email protected]")
Description: Routing and aggregation engine for 'Urban Transport Analyst'.
License: GPL-3
URL: https://github.com/UrbanAnalyst/uaengine
BugReports: https://github.com/UrbanAnalyst/uaengine/issues
Imports:
checkmate,
cli,
geodist,
hms,
m4ra,
methods,
parallel,
raster,
sf,
sfheaders
Suggests:
colourvalues,
dodgr,
dplyr,
fs,
geojsonio,
gtfsrouter,
knitr,
mapdeck,
memoise,
osmdata,
rappdirs,
RcppParallel,
rmarkdown,
testthat (>= 3.0.0),
tidycensus,
withr
LinkingTo: cpp11
Remotes:
urbananalyst/m4ra,
hypertidy/geodist
SystemRequirements: osmium-tool
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr