Package: tidytransit
Type: Package
Title: Read, Validate, Analyze, and Map Files in the General Transit
        Feed Specification
Version: 0.4.0
Authors@R: c(
    person("Tom", "Buckley", role = c("aut", "cre"), email = "tom@tbuckl.com"),
    person("Flavio", "Poletti", role = c("aut"), email = "flavio.poletti@hotmail.ch"),
    person("Danton", "Noriega-Goodwin", role = c("aut"), email = "danton.noriega@gmail.com"),
    person("Mark", "Padgham", role = c("aut"), email = "mark.padgham@email.com"),
    person("Angela", "Li", role = c("ctb"), email = "angela@rladies.org"),
    person("Elaine", "McVey", role = c("ctb"), email = "elaine.mcvey@transloc.com"),
    person("Charles Hans", "Thompson", role = c("ctb"), email = "hans.thompson1@gmail.com"),
    person("Michael", "Sumner", role = c("ctb")),
    person("Patrick", "Hausmann", role = c("ctb"), email = "patrick.hausmann@covimo.de"),
    person("Bob", "Rudis", role = c("ctb"), email = "bob@rud.is"),
    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: <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, sf,
        lubridate, hms, tidyr, tools, digest
Suggests: testthat, knitr, rmarkdown, ggplot2
RoxygenNote: 6.1.1
URL: https://github.com/r-transit/tidytransit
BugReports: https://github.com/r-transit/tidytransit
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2019-04-16 15:23:37 UTC; tbuck
Author: Tom Buckley [aut, cre],
  Flavio Poletti [aut],
  Danton Noriega-Goodwin [aut],
  Mark Padgham [aut],
  Angela Li [ctb],
  Elaine McVey [ctb],
  Charles Hans Thompson [ctb],
  Michael Sumner [ctb],
  Patrick Hausmann [ctb],
  Bob Rudis [ctb],
  Kearey Smith [ctb],
  Dave Vautin [ctb],
  Kyle Walker [ctb]
Maintainer: Tom Buckley <tom@tbuckl.com>
Repository: CRAN
Date/Publication: 2019-04-16 16:13:09 UTC
