Package: rehydratoR
Type: Package
Title: Downloads Tweets from a List of Tweet IDs
Version: 0.5.2
Authors@R: c(
    person("Kevin", "Coakley", email = "kcoakley@sdsc.edu", role = c("aut", "cre")),
    person("Zachary", "Steinert-Threlkeld", email = "zst@luskin.ucla.edu", role = "ctb"))
Author: Kevin Coakley [aut, cre],
  Zachary Steinert-Threlkeld [ctb]
URL: https://kevincoakley.github.io/rehydratoR/
BugReports: https://github.com/kevincoakley/rehydratoR/issues
Description: Facilitates replication of Twitter-based research by handling
    common programming tasks needed when downloading tweets.  Specifically, it ensures a 
    user does not exceed Twitter’s rate limits, and it saves tweets in moderately sized files.  
    While a user could perform these tasks in their own code, doing so may be beyond the 
    capabilities of many users.  
Maintainer: Kevin Coakley <kcoakley@sdsc.edu>
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: rtweet (>= 0.6.7), tibble (>= 1.3.4), dplyr (>= 0.7.6),
        jsonlite (>= 1.5)
RoxygenNote: 6.1.0
NeedsCompilation: no
Packaged: 2019-02-07 23:57:15 UTC; kcoakley
Repository: CRAN
Date/Publication: 2019-02-08 05:30:03 UTC
Built: R 4.0.2; ; 2020-07-16 16:50:36 UTC; unix
