Package: ptvapi
Title: Access the 'Public Transport Victoria' Timetable API
Version: 2.0.1
Authors@R: person(given = "David",
                  family = "Neuzerling",
                  role = c("aut", "cre", "cph"),
                  email = "david@neuzerling.com")
Description: Access the 'Public Transport Victoria' Timetable API 
    <https://www.ptv.vic.gov.au/footer/data-and-reporting/datasets/ptv-timetable-api/>,
    with results returned as familiar R data structures. Retrieve information on
    stops, routes, disruptions, departures, and more.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Imports: httr, glue, digest, jsonlite, purrr, tibble, assertthat
Suggests: testthat (>= 2.1.0), dplyr, lubridate
URL: https://github.com/mdneuzerling/ptvapi
BugReports: https://github.com/mdneuzerling/ptvapi/issues
NeedsCompilation: no
Packaged: 2021-05-02 07:05:35 UTC; mdneuzerling
Author: David Neuzerling [aut, cre, cph]
Maintainer: David Neuzerling <david@neuzerling.com>
Repository: CRAN
Date/Publication: 2021-05-02 08:00:02 UTC
