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

30 lines
755B

  1. Package: gathertweet
  2. Title: Gather Tweets from the Command Line with rtweet
  3. Version: 0.0.1.9000
  4. Authors@R:
  5. person(given = "Garrick",
  6. family = "Aden-Buie",
  7. role = c("aut", "cre"),
  8. email = "garrick@adenbuie.com")
  9. Description: A command line utility for common tweet gathering
  10. tasks. Leverages the rtweet package for cron-friendly,
  11. boilerplate-free tweet collection. Currently in progress and only
  12. suitable for small search-based tweet collection projects.
  13. License: MIT + file LICENSE
  14. Imports:
  15. digest,
  16. docopt,
  17. dplyr,
  18. filelock,
  19. fs,
  20. futile.logger,
  21. here,
  22. magrittr,
  23. rlang,
  24. rtweet,
  25. tibble
  26. Encoding: UTF-8
  27. LazyData: true
  28. Roxygen: list(markdown = TRUE)
  29. RoxygenNote: 6.1.1