An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

32 linhas
686B

  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: GPL (>= 3)
  12. Encoding: UTF-8
  13. LazyData: true
  14. Roxygen: list(markdown = TRUE)
  15. RoxygenNote: 7.1.1
  16. Imports:
  17. dplyr,
  18. lubridate,
  19. pbapply,
  20. purrr,
  21. rlang,
  22. rvest,
  23. stringr,
  24. tibble,
  25. tidyr,
  26. xml2
  27. Suggests:
  28. rmarkdown,
  29. knitr,
  30. ggplot2
  31. VignetteBuilder: knitr