This repository has been archived by the owner on Aug 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.82 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: trread
Type: Package
Title: Read, Validate, and Analyze Files in the General Transit Feed Specification
Version: 0.2.7
Authors@R: c(
person("Tom", "Buckley", role = c("aut", "cre"), email = "[email protected]"),
person("Danton", "Noriega-Goodwin", role = c("aut"), email = "[email protected]"),
person("Flavio", "Poletti", role = c("aut"), email = "[email protected]"),
person("Angela", "Li", role = c("aut"), email = "[email protected]"),
person("Mark", "Padgham", role = c("aut"), 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("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. Please see the GTFS documentation here for more detail: <http://gtfs.org/>.
License: GPL
LazyData: TRUE
Depends: R (>= 3.2.5)
Imports:
dplyr,
zip,
tibble,
readr,
data.table,
httr,
htmltools,
magrittr,
stringr,
assertthat,
scales,
here,
rlang,
lubridate,
hms,
tidyr,
tools
Suggests:
testthat,
knitr,
rmarkdown
RoxygenNote: 6.1.0
URL: https://github.com/r-transit/trread
BugReports: https://github.com/r-transit/trread
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr