An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
724B

  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. tidyr,
  25. xml2
  26. Suggests:
  27. rmarkdown,
  28. knitr,
  29. ggplot2
  30. VignetteBuilder: knitr