An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

31 строка
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