Package: saotd
Type: Package
Title: Sentiment Analysis of Twitter Data
Version: 0.3.0
Date: 2021-10-11
Authors@R: c(
    person("Evan", "Munson", 
           email = "evan.l.munson@gmail.com", 
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-9958-6800")),
    person("Christopher", "Smith", 
           email = "Cms3am@virginia.edu", 
           role = c("aut"),
           comment = c(ORCID = "0000-0002-8288-270X")),
    person("Bradley", "Boehmke",
           email = "bradleyboehmke@gmail.com",
           role = c("aut"),
           comment = c(ORCID = "0000-0002-3611-8516")),
    person("Jason", "Freels",
           email = "auburngrads@live.com",
           role = c("aut"),
           comment = c(ORCID = "0000-0002-2415-0340"))
           )
Maintainer: Evan Munson <evan.l.munson@gmail.com>
BugReports: https://github.com/evan-l-munson/saotd/issues
Description: This analytic is an in initial foray into sentiment analysis.  
    This analytic will allow a user to access the Twitter API (once they create 
    their own developer account), ingest tweets of their interest, clean / tidy 
    data, perform topic modeling if interested, compute sentiment scores 
    utilizing the Bing Lexicon, and output visualizations.
License: GPL (>= 2)
URL: https://github.com/evan-l-munson/saotd
Language: en-US
Imports: dplyr, widyr, stringr, tidytext, rtweet, tidyr, igraph,
        ggplot2, ggraph, scales, reshape2, lubridate, utils, stats,
        magrittr, ldatuning, topicmodels
RoxygenNote: 7.1.2
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, httr, base64enc,
        tibble, covr
Depends: R (>= 3.5.0)
VignetteBuilder: knitr
SystemRequirements: GSL (>=2.4), MPFR (>= 4.0.0), udunits2 (>=2.2.26-3)
Encoding: UTF-8
LazyLoad: true
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-10-12 14:00:34 UTC; munson
Author: Evan Munson [aut, cre] (<https://orcid.org/0000-0002-9958-6800>),
  Christopher Smith [aut] (<https://orcid.org/0000-0002-8288-270X>),
  Bradley Boehmke [aut] (<https://orcid.org/0000-0002-3611-8516>),
  Jason Freels [aut] (<https://orcid.org/0000-0002-2415-0340>)
Repository: CRAN
Date/Publication: 2021-10-13 09:50:02 UTC
Built: R 4.1.0; ; 2021-10-14 13:00:10 UTC; unix
