Package: rtweet
Type: Package
Version: 0.6.7
Title: Collecting Twitter Data
Authors@R: c(
    person("Michael W.", "Kearney", , 
    email = "kearneymw@missouri.edu", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-0730-4694"))
    ## add contributor template (middle name/initial optional)
    #person("First Middle", "Last", , 
    #email = "email@address.com", role = c("ctb"))
    )
Description: An implementation of calls designed to collect and
    organize Twitter data via Twitter's REST and stream Application
    Program Interfaces (API), which can be found at the following URL:
    <https://developer.twitter.com/en/docs>.
Depends: R (>= 3.1.0)
Imports: httr (>= 1.3.0), jsonlite (>= 0.9.22), magrittr (>= 1.5.0),
        tibble (>= 1.3.4), utils
License: MIT + file LICENSE
URL: https://CRAN.R-project.org/package=rtweet
BugReports: https://github.com/mkearney/rtweet/issues
Encoding: UTF-8
Suggests: ggplot2, knitr, magick, openssl, readr, rmarkdown, testthat,
        webshot, covr
VignetteBuilder: knitr
LazyData: yes
RoxygenNote: 6.0.1.9000
NeedsCompilation: no
Packaged: 2018-06-20 01:39:54 UTC; mwk
Author: Michael W. Kearney [aut, cre] (<https://orcid.org/0000-0002-0730-4694>)
Maintainer: Michael W. Kearney <kearneymw@missouri.edu>
Repository: CRAN
Date/Publication: 2018-06-20 04:38:02 UTC
