forked from r-transit/tidytransit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 2.11 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
Package: tidytransit
Type: Package
Title: Read, Validate, Analyze, and Map GTFS Feeds
Version: 1.6.0
Authors@R: c(
person("Flavio", "Poletti", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Daniel",family = "Herszenhut",role = c("aut"),email = "[email protected]",comment = c(ORCID = "0000-0001-8066-1105")),
person("Mark", "Padgham", role = c("aut"), email = "[email protected]"),
person("Tom", "Buckley", role = c("aut"), email = "[email protected]"),
person("Danton", "Noriega-Goodwin", role = c("aut"), email = "[email protected]"),
person("Angela", "Li", role = c("ctb"), email = "[email protected]"),
person("Elaine", "McVey", role = c("ctb"), email = "[email protected]"),
person("Charles Hans", "Thompson", role = c("ctb"), email = "[email protected]"),
person("Michael", "Sumner", role = c("ctb")),
person("Patrick", "Hausmann", role = c("ctb"), email = "[email protected]"),
person("Bob", "Rudis", role = c("ctb"), email = "[email protected]"),
person("James", "Lamb", role = c("ctb")),
person("Alexandra", "Kapp", role = c("ctb")),
person("Kearey", "Smith", role = c("ctb")),
person("Dave", "Vautin", role = c("ctb")),
person("Kyle", "Walker", role = c("ctb"))
)
Description: Read General Transit Feed Specification (GTFS) zipfiles into a list of R dataframes. Perform validation of the data structure against the specification. Analyze the headways and frequencies at routes and stops. Create maps and perform spatial analysis on the routes and stops. Please see the GTFS documentation here for more detail: <https://gtfs.org/>.
License: GPL
LazyData: TRUE
Depends: R (>= 3.6.0)
Imports:
gtfsio (>= 1.1.0),
dplyr (>= 1.1.1),
data.table (>= 1.12.8),
rlang,
sf,
hms,
digest,
geodist
Suggests:
testthat (>= 3.1.5),
knitr,
markdown,
rmarkdown,
ggplot2,
scales,
lubridate,
leaflet
RoxygenNote: 7.2.3
URL: https://github.com/r-transit/tidytransit
BugReports: https://github.com/r-transit/tidytransit
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8