An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
713B

  1. Package: hateimparlament
  2. Title: Protocolanalysis of German Bundestag
  3. Version: 0.0.0.9000
  4. Authors@R:
  5. person(given = "First",
  6. family = "Last",
  7. role = c("aut", "cre"),
  8. email = "first.last@example.com",
  9. comment = c(ORCID = "YOUR-ORCID-ID"))
  10. Description: Downloads, parses and analyses protocols of the current German parliament (Bundestag).
  11. License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
  12. license
  13. Encoding: UTF-8
  14. LazyData: true
  15. Roxygen: list(markdown = TRUE)
  16. RoxygenNote: 7.1.1
  17. Imports:
  18. dplyr,
  19. pbapply,
  20. purrr,
  21. rvest,
  22. stringr,
  23. tibble,
  24. xml2
  25. Suggests:
  26. rmarkdown,
  27. knitr,
  28. ggplot2
  29. VignetteBuilder: knitr