Package: rtweet
Type: Package
Title: Collecting Twitter Data
Version: 0.4.0
Date: 2017-01-17
Authors@R: person("Michael W.", "Kearney", "", "mkearney@ku.edu", c("aut", "cre"))
Description: An implementation of calls designed to extract and organize Twitter data via
    Twitter's REST and stream APIs. Functions formulate and send API requests, convert
    response objects to more user friendly data structures---e.g., data frames---and
    provide some aesthetically pleasing visualizations for exploring the data.
Depends: R (>= 3.1.0)
Imports: httr (>= 1.0.0), jsonlite, magrittr, openssl
License: MIT + file LICENSE
LazyData: TRUE
URL: https://CRAN.R-project.org/package=rtweet
BugReports: https://github.com/mkearney/rtweet/issues
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-01-18 20:40:04 UTC; mwk
Author: Michael W. Kearney [aut, cre]
Maintainer: Michael W. Kearney <mkearney@ku.edu>
Repository: CRAN
Date/Publication: 2017-01-18 23:54:58
