Package: gtsf
Type: Package
Title: General Transit Simple Features
Version: 0.1.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("Michael", "Sumner", role = c("aut"))
  )
Description: Get simple features from general transit feed data. For example, make a simple features data frame of the route lines, or route stops, that vehicles traverse as part of their schedule.   
License: GPL
LazyData: TRUE
Depends: R (>= 3.2.4)
Imports: dplyr, sf, rlang, tibble, readr, magrittr, stringr, assertthat
Suggests: testthat, knitr, rmarkdown
RoxygenNote: 6.0.1
URL: https://github.com/r-gtfs/gtsf
BugReports: https://github.com/r-gtfs/gtsf/issues
NeedsCompilation: no
Packaged: 2018-07-04 17:54:17 UTC; tbuck
Author: Tom Buckley [aut, cre],
  Danton Noriega-Goodwin [aut],
  Michael Sumner [aut]
Maintainer: Tom Buckley <tom@tbuckl.com>
Repository: CRAN
Date/Publication: 2018-07-05 17:40:03 UTC
