Package: gbfs
Type: Package
Title: Interface with General Bikeshare Feed Specification Files
Version: 1.0.0
Authors@R: c(
    person("Kaelyn", "Rosenberg", , "kaerosenberg@gmail.com", c("aut")),
    person("Simon P.", "Couch", , "simonpatrickcouch@gmail.com", c("aut", "cre")))
Description: Supplies a set of functions to interface with General Bikeshare 
    Feed Specification .json feeds in R, allowing users to save and accumulate 
    tidy .rds datasets for specified cities/bikeshare programs.
License: CC0
Imports: dplyr, readr, stringr, jsonlite, devtools, roxygen2, testthat,
        lubridate, utils, withr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Suggests: knitr, rmarkdown
URL: https://github.com/ds-civic-data/gbfs
BugReports: https://github.com/ds-civic-data/gbfs/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-09 13:24:14 UTC; couchs
Author: Kaelyn Rosenberg [aut],
  Simon P. Couch [aut, cre]
Maintainer: Simon P. Couch <simonpatrickcouch@gmail.com>
Repository: CRAN
Date/Publication: 2018-05-11 08:29:58 UTC
