Skip to contents

stortingscrape 0.3.0

CRAN release: 2024-01-18

stortingscrape 0.2.0

  • Major changes:
    • Replaced magrittr (%>%) pipes with native pipes (|>)
    • Converted all get_*() functions from httr to httr2
    • Changed $spokespersons in get_session_cases() to data frame. This will break backwards compatibility (sorry!).
    • Rewrote the decision_text variable inget_session_decisions() so that residual html is stripped from the output. This might break some text processing applications (sorry!).
    • Rewrote the date and info sections of get_session_hearings() to data.frames instead of lists. This might break some text processing applications (sorry!).
  • Minor changes:
    • Rewrote the proceedings_steps variable inget_proceedings() to be scalable to changes in the API. Should not break backwards compatibility.

stortingscrape 0.1.4

stortingscrape 0.1.3

CRAN release: 2023-03-23

  • Major changes # * Fixed an issue with get_mp_bio(), which broke after an API update.
    • Fixed typo issue – renaming some variables in `get_session_questions()
  • Minor changes
    • Added pkgdown page via gh-pages
    • Changed color of text in logo
    • Added a NEWS.md file to track changes to the package.