Package: bustt
Type: Package
Title: Bus and Transit Time Calculations
Version: 0.1.0
Authors@R: c(
    person("Tom", "Buckley", role = c("aut", "cre"), email = "tom@tbuckl.com"),
    person("Kearey", "Smith", role = c("aut")),
    person("Dave", "Vautin", role = c("aut"))
  )
Description: Calculate and work with time and schedules for bus, train, etc on transit data. Answer questions like: 
  What is the time between any train arrival at 59-Street Columbus Circle on Saturdays?
  What is the time between trains for stops along the A Train on weekdays?
License: GPL
LazyData: TRUE
Depends: R (>= 3.2.4)
Imports: dplyr, tibble, lubridate, tidyr, rlang
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.0.1
URL: https://github.com/r-gtfs/bustt
BugReports: https://github.com/r-gtfs/bustt/issues
NeedsCompilation: no
Packaged: 2018-07-04 17:17:49 UTC; tbuck
Author: Tom Buckley [aut, cre],
  Kearey Smith [aut],
  Dave Vautin [aut]
Maintainer: Tom Buckley <tom@tbuckl.com>
Repository: CRAN
Date/Publication: 2018-07-05 17:40:06 UTC
