Package: trread
Type: Package
Title: Transit File Reader
Version: 0.2.5
Authors@R: c(
    person("Tom", "Buckley", role = c("aut", "cre"), email = "tom@tbuckl.com"),
    person("Danton", "Noriega-Goodwin", role = c("aut"), email = "danton.noriega@gmail.com"),
    person("Elaine", "McVey", role = c("aut"), email = "elaine.mcvey@transloc.com"),
    person("Charles Hans", "Thompson", role = c("ctb"), email = "hans.thompson1@gmail.com"),
    person("Michael", "Sumner", 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. Please see the GTFS documentation here for more detail: <http://gtfs.org/>.
License: GPL
LazyData: TRUE
Depends: R (>= 3.2.4)
Imports: dplyr, tibble, readr, httr, htmltools, magrittr, stringr,
        assertthat, scales, here
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.0.1
URL: https://github.com/r-gtfs/trread
BugReports: https://github.com/r-gtfs/trread/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-07-28 02:20:57 UTC; tbuck
Author: Tom Buckley [aut, cre],
  Danton Noriega-Goodwin [aut],
  Elaine McVey [aut],
  Charles Hans Thompson [ctb],
  Michael Sumner [ctb]
Maintainer: Tom Buckley <tom@tbuckl.com>
Repository: CRAN
Date/Publication: 2018-07-28 14:00:02 UTC
