Package: otpr
Title: An R Wrapper for the 'OpenTripPlanner' REST API
Version: 0.1.0
Authors@R: c(
    person("Marcus", "Young", email = "M.A.Young@soton.ac.uk", role = c("aut", "cre"))
    )
Description: A wrapper for the 'OpenTripPlanner' <http://www.opentripplanner.org/>
    REST API. Queries are submitted to the relevant 'OpenTripPlanner' API resource, the response
    is parsed and useful R objects are returned.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: checkmate, httr, curl, jsonlite
RoxygenNote: 6.1.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-03-31 10:38:07 UTC; marcu
Author: Marcus Young [aut, cre]
Maintainer: Marcus Young <M.A.Young@soton.ac.uk>
Repository: CRAN
Date/Publication: 2019-03-31 15:10:03 UTC
