You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
744B

  1. Package: gathertweet
  2. Title: Gather Tweets from the Command Line with rtweet
  3. Version: 0.0.0.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. filelock,
  18. fs,
  19. futile.logger,
  20. here,
  21. magrittr,
  22. rlang,
  23. rtweet,
  24. tibble
  25. Encoding: UTF-8
  26. LazyData: true
  27. Roxygen: list(markdown = TRUE)
  28. RoxygenNote: 6.1.1