An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

40 rindas
972B

  1. Package: hateimparlament
  2. Title: Recordanalysis Of Bundestag
  3. Version: 0.0.0.9000
  4. Authors@R: c(
  5. person(given = "Leon",
  6. family = "Burgard",
  7. role = c("aut")),
  8. person(given = "Josua",
  9. family = "Kugler",
  10. role = c("aut")),
  11. person(given = "Christian",
  12. family = "Merten",
  13. role = c("aut", "cre"),
  14. email = "christian@merten.dev"))
  15. Description: Downloads, parses and analyses parliamentary records of the 19th legislative
  16. period of the German parliament (Bundestag).
  17. URL: https://git.flavigny.de/christian/hateimparlament
  18. BugReports: https://git.flavigny.de/christian/hateimparlament/issues
  19. License: GPL (>= 3)
  20. Encoding: UTF-8
  21. LazyData: true
  22. Roxygen: list(markdown = TRUE)
  23. RoxygenNote: 7.1.1
  24. Imports:
  25. dplyr,
  26. lubridate,
  27. pbapply,
  28. purrr,
  29. rlang,
  30. rvest,
  31. stringr,
  32. tibble,
  33. tidyr,
  34. xml2
  35. Suggests:
  36. rmarkdown,
  37. knitr,
  38. ggplot2
  39. VignetteBuilder: knitr