Package: tidytransit
Type: Package
Title: Read, Validate, Analyze, and Map Files in the General Transit
        Feed Specification
Version: 0.7.0
Authors@R: c(
    person("Flavio", "Poletti", role = c("aut"), email = "flavio.poletti@hotmail.ch"),
    person("Tom", "Buckley", role = c("aut", "cre"), email = "tom@tbuckl.com"),
    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("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: <http://gtfs.org/>.
License: GPL
LazyData: TRUE
Depends: R (>= 3.2.5)
Imports: dplyr, zip (>= 2.0.1), tibble, readr, data.table (>= 1.12.8),
        httr, magrittr, assertthat, rlang, sf, lubridate, hms, tidyr,
        tools, digest
Suggests: testthat, knitr, rmarkdown, ggplot2, scales
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: 2020-03-15 17:13:35 UTC; tbuck
Author: Flavio Poletti [aut],
  Tom Buckley [aut, cre],
  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],
  James Lamb [ctb],
  Alexandra Kapp [ctb],
  Kearey Smith [ctb],
  Dave Vautin [ctb],
  Kyle Walker [ctb]
Maintainer: Tom Buckley <tom@tbuckl.com>
Repository: CRAN
Date/Publication: 2020-03-15 17:30:02 UTC
