-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
47 lines (47 loc) · 1.17 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
Package: gtfsrouter
Title: Routing with 'GTFS' (General Transit Feed Specification) Data
Version: 0.1.3.001
Authors@R: c(
person("Mark", "Padgham", , "[email protected]", role = c("aut", "cre")),
person("Marcin", "Stepniak", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-6489-5443")),
person("Alexandra", "Kapp", , "[email protected]", role = "ctb")
)
Description: Use 'GTFS' (General Transit Feed Specification) data for routing
from nominated start and end stations, for extracting 'isochrones', and
travel times from any nominated start station to all other stations.
License: GPL-3
URL: https://github.com/UrbanAnalyst/gtfsrouter
BugReports: https://github.com/UrbanAnalyst/gtfsrouter/issues
Depends:
R (>= 2.10)
Imports:
cli,
data.table,
fs,
geodist,
methods,
Rcpp (>= 0.12.6)
Suggests:
digest,
dodgr,
dplyr,
ggplot2,
here,
hms,
knitr,
lubridate,
lwgeom,
markdown,
pbapply,
rmarkdown,
testthat
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2