Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

34 lines
631B

  1. Type: Project
  2. Package: nc-campaign-finance-process
  3. Title: Process the NC Campaign Finance Data
  4. Version: 0.0.0.9000
  5. Authors@R:
  6. person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre"),
  7. comment = c(ORCID = "0000-0002-7111-0077"))
  8. Description: Proces the NC Campaign Finance Data.
  9. License: Proprietary
  10. Encoding: UTF-8
  11. Roxygen: list(markdown = TRUE)
  12. RoxygenNote: 7.2.3
  13. Depends:
  14. dplyr,
  15. fs,
  16. glue,
  17. httr2,
  18. lubridate,
  19. purrr,
  20. readr,
  21. rlang,
  22. targets
  23. Imports:
  24. arrow,
  25. cli,
  26. crew,
  27. DBI,
  28. dbplyr,
  29. desc,
  30. docopt,
  31. duckdb,
  32. here,
  33. visNetwork