diff --git a/404.html b/404.html index 0626830..09bc783 100644 --- a/404.html +++ b/404.html @@ -39,7 +39,7 @@ metro - 0.9.2.9000 + 0.9.3 @@ -54,7 +54,7 @@
-
  • Covered most JSON endpoints as tidy data frames. Buses stops, train stations, next bus or trains, incidents, paths, routes, circuits. (#1)
  • +
    • Covered most JSON endpoints as tidy data frames. Buses stops, train stations, next bus or trains, incidents, paths, routes, circuits. (#1)
    • httr::RETRY() in wmata_api() does not retry on 401, 404, etc. The purpose of this change is to primarily retry on 429 errors when too many requests have been made on a rate-limited subscription. Waiting should successfully retry.
    • Stops, Stations, Routes, and Lines saved as exported objects.
    • -
    • All functions accept api_key argument. (#5)
    • -
    • Calls are made using httr::RETRY() to deal with issues like rate limit. (#8)
    • -
    • Use the documentation and parameters in the official API documentation. (#7)
    • +
    • All functions accept api_key argument. (#5)
    • +
    • Calls are made using httr::RETRY() to deal with issues like rate limit. (#8)
    • +
    • Use the documentation and parameters in the official API documentation. (#7)
    • Convert all dates to POSIXct with UTC time zone.
    • -
    • Convert times to hms columns with values past midnight. (#6)
    • +
    • Convert times to hms columns with values past midnight. (#6)
    • Removed parking_*() functions until a data frames can be made.
    • Removed rail_path() helper function. Keep only endpoint functions.
    • Removed ability to automatically scrape demo API key.
    • -
    • Removed package startup message about API key. (#2)
    • +
    • Removed package startup message about API key. (#2)
    • Invalid URLs are removed from function documentation.
diff --git a/pkgdown.yml b/pkgdown.yml index 4e813bb..f847ec4 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -1,8 +1,8 @@ -pandoc: 2.19.2 +pandoc: 3.1.11 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-11-10T01:07Z +last_built: 2024-03-10T04:10Z urls: reference: https://kiernann.com/metro/reference article: https://kiernann.com/metro/articles diff --git a/reference/bus_departs.html b/reference/bus_departs.html index 80c7c9d..65437ec 100644 --- a/reference/bus_departs.html +++ b/reference/bus_departs.html @@ -17,7 +17,7 @@ metro - 0.9.2.9000 + 0.9.3 @@ -29,7 +29,7 @@ Changelog