Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Releases: rOpenGov/rtimes

rtimes v0.5.0

11 Aug 21:48
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • Now using crul as the HTTP client under the hood (#16)
  • Updated docs with links to new API docs for all 4 APIs (#17)
  • Moved to using markdown docs - though all those in templated
    man/ still in old style (#18)

rtimes v0.4.0

10 May 21:17
Compare
Choose a tag to compare

NEW FEATURES

  • as_search gains new parameter all_results to internally
    paginate to get all results. In addition, user can optionally
    have the function attempt to flatten completely the output
    data.frame, but sometimes may fail so isn't turned on by
    default (#15)

MINOR IMPROVEMENTS

  • Now API keys have to be stored as environment variables instead
    of options (#12)
  • Campaign and Congress APIs moved to Propublica. Updated base URLs, etc
    for the move, but many routes still not covered. (#13)
  • Replace dplyr::rbind_all with dplyr::bind_rows (#14)

rtimes 0.3.0

07 Oct 20:09
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN