Package: tidytransit
Type: Package
Title: Read, Validate, Analyze, and Map Files in the General Transit
        Feed Specification
Version: 0.3.0
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("Angela", "Li", role = c("aut"), email = "angela@rladies.org"),
    person("Flavio", "Poletti", role = c("ctb"), email = "flavio.poletti@hotmail.ch"),
    person("Patrick", "Hausmann", role = c("ctb"), email = "patrick.hausmann@covimo.de"),
    person("Bob", "Rudis", role = c("ctb"), email = "bob@rud.is"),
    person("Mark", "Padgham", role = c("ctb"), email = "mark.padgham@email.com"),
    person("Kearey", "Smith", role = c("ctb")),
    person("Dave", "Vautin", role = c("ctb")),
    person("Elaine", "McVey", role = c("cph"), email = "elaine.mcvey@transloc.com"),
    person("Charles Hans", "Thompson", role = c("cph"), email = "hans.thompson1@gmail.com"),
    person("Michael", "Sumner", role = c("cph"))
  )
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: <http://gtfs.org/>.
License: GPL
LazyData: TRUE
Depends: R (>= 3.2.4)
Imports: dplyr, tibble, readr, httr, htmltools, magrittr, stringr,
        assertthat, scales, here, rlang, sf, lubridate, tidyr
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.1.0
URL: https://github.com/r-transit/tidytransit
BugReports: https://github.com/r-transit/tidytransit
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-09-02 19:55:00 UTC; tbuck
Author: Tom Buckley [aut, cre],
  Danton Noriega-Goodwin [aut],
  Angela Li [aut],
  Flavio Poletti [ctb],
  Patrick Hausmann [ctb],
  Bob Rudis [ctb],
  Mark Padgham [ctb],
  Kearey Smith [ctb],
  Dave Vautin [ctb],
  Elaine McVey [cph],
  Charles Hans Thompson [cph],
  Michael Sumner [cph]
Maintainer: Tom Buckley <tom@tbuckl.com>
Repository: CRAN
Date/Publication: 2018-09-02 20:10:03 UTC
