Changes in version 0.1.6 - The change in this version is not visible to the user but it is important since otherwise the url assignment in the functions would give errors. This is because the parliament website incorporated a pdf viewer on the page. Changes in version 0.1.5 (2022-10-03) - A function is added (speech_rollcall()) to detect roll-call votes from parliamentary speeches. - The argument days is added to the function speech_url() Changes in version 0.1.4 (2021-10-30) - {tabulizer} functions are replaced by {tm} functions. Changes in version 0.1.3 (2021-09-08) - add speech_url() - add speech_uncompiler() Changes in version 0.1.2 - variable sex added in output function speech_build() - argument rm.name in speech_word_count() added Changes in version 0.1.1 - change dplyr::bind_rows() for do.call(rbind, .) - change dplyr::mutate() for transform() - typeof legislature variable now is numeric in speech::speech_recompiler() - typeof date variable now is date - The value of the compiler_by argument in the speech_recompailer() function is modified. Before: c("legislator", "legislature", "chamber", "party"), now: c("legislator", "legislature", "chamber", "date", "id") Changes in version 0.1.0 (2019-12-22) - CRAN-RELEASE