Package: tidytags
Title: Importing and Analyzing 'Twitter' Data Collected with 'Twitter
        Archiving Google Sheets'
Version: 1.1.1
License: MIT + file LICENSE
Authors@R: c(
    person("K. Bret", "Staudt Willet", , 
      email = "bret.staudtwillet@fsu.edu", 
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0002-6984-416X")
    ),
    person("Joshua M.", "Rosenberg", ,
      role = c("aut"),
      comment = c(ORCID = "0000-0003-2170-0447")
    ),
    person("Lluís", "Revilla Sancho", ,
      role = c("rev"),
      comment = c(ORCID = "0000-0001-9747-2570")
    ),
    person("Marion", "Louveaux", ,
      role = c("rev"),
      comment = c(ORCID = "0000-0002-1794-3748")
    )
  )
Description: The 'tidytags' package coordinates the simplicity of collecting tweets 
    over time with a 'Twitter Archiving Google Sheet' (TAGS; <https://tags.hawksey.info/>) 
    and the utility of the 'rtweet' package (<https://docs.ropensci.org/rtweet/>) 
    for processing and preparing additional 'Twitter' metadata. 'tidytags' also 
    introduces functions developed to facilitate systematic yet flexible analyses 
    of data from 'Twitter'.
Language: en-US
URL: https://docs.ropensci.org/tidytags/ (website)
        https://github.com/ropensci/tidytags
Depends: R (>= 4.2)
Imports: dplyr (>= 1.0), googlesheets4 (>= 1.0), rlang (>= 1.0), rtweet
        (>= 1.1), stringr (>= 1.4)
Suggests: beepr, covr, ggplot2, ggraph, knitr, longurl, readr,
        rmarkdown, testthat, tibble, tidygraph, urltools, vcr (>= 1.2)
Encoding: UTF-8
BugReports: https://github.com/ropensci/tidytags/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-01-10 04:37:06 UTC; kstaudtwillet
Author: K. Bret Staudt Willet [aut, cre]
    (<https://orcid.org/0000-0002-6984-416X>),
  Joshua M. Rosenberg [aut] (<https://orcid.org/0000-0003-2170-0447>),
  Lluís Revilla Sancho [rev] (<https://orcid.org/0000-0001-9747-2570>),
  Marion Louveaux [rev] (<https://orcid.org/0000-0002-1794-3748>)
Maintainer: K. Bret Staudt Willet <bret.staudtwillet@fsu.edu>
Repository: CRAN
Date/Publication: 2023-01-10 08:10:05 UTC
Built: R 4.2.0; ; 2023-01-11 13:27:16 UTC; unix
