The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
magrittr
(%>%
) pipes with native pipes (|>
)httr
to httr2
get_session_cases()
to data frame. This will break backwards compatibility (sorry!).get_session_decisions()
so that residual html is stripped from the output. This might break some text processing applications (sorry!).get_session_hearings()
to data.frames instead of lists. This might break some text processing applications (sorry!).get_proceedings()
to be scalable to changes in the API. Should not break backwards compatibility.get_session_questions()
, where the presence of unanswered questions returned an error instead of NA
get_vote()
because it suddenly disappeared from the API.ifelse()
lines returned only one element when it was supposed to return several due to someone not realizing the vectorization rules of the function. Affected functions were: get_case()
, get_hearing_program()
, get_question()
, get_result_vote()
, get_session_cases()
, and get_session_questions()
. Only get_case()
was significant, in that it listed all bill sponsors as being from the same party.read_obt()
function for the package not to rely on dplyr
get_mp_bio()
, which broke after an API update.
NEWS.md
file to track changes to the package.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.