Package: Twitmo
Type: Package
Title: Twitter Topic Modeling and Visualization for R
Version: 0.1.2
Authors@R: c(
  person("Andreas", "Buchmueller", email = "a.buchmueller@stud.uni-goettingen.de", role = c("aut", "cre"),
         comment = "github.com/abuchmueller"),
  person("Gillian", "Kant", email = "gillian.kant@stud.uni-goettingen.de", role = c("aut", "ths"),
         comment = c(ORCID = "0000-0003-2346-2841")),
  person("Christoph", "Weisser", email = "c.weisser@uni-goettingen.de", role = c("aut", "ths"),
         comment = c(ORCID = "0000-0003-0616-1027")),
  person("Benjamin", "Saefken", email = "benjamin.saefken@uni-goettingen.de", role = c("aut", "ths"),
         comment = c(ORCID = "0000-0003-4702-3333")),
  person("Thomas", "Kneib", email = "thomas.kneib@wiwi.uni-goettingen.de", role = c("rev", "ths", "dgs"),
         comment = c(ORCID = "0000-0003-3390-0972")),
  person("Krisztina", "Kis-Katos", email = "krisztina.kis-katos@uni-goettingen.de", role = "rev",
         comment = c(ORCID = "0000-0003-2459-1274")))
Description: Tailored for topic modeling with tweets and fit for visualization tasks in R.
    Collect, pre-process and analyze the contents of tweets using 
    LDA and structural topic models (STM). Comes with visualizing capabilities like tweet and hashtag maps 
    and built-in support for 'LDAvis'.
License: MIT + file LICENSE
URL: https://github.com/abuchmueller/Twitmo
BugReports: https://github.com/abuchmueller/Twitmo/issues
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: jsonlite, stats, plyr, stopwords, stringr, dplyr, readr,
        magrittr, rtweet, quanteda, quanteda.textstats, topicmodels,
        stm, tidyr, rlang, maps, LDAvis, leaflet, ldatuning, stringi,
        tm
RoxygenNote: 7.1.2
Suggests: rmarkdown, knitr, tidytext, modeltools, servr
NeedsCompilation: no
Packaged: 2021-12-06 15:07:03 UTC; abuchmueller
Author: Andreas Buchmueller [aut, cre] (github.com/abuchmueller),
  Gillian Kant [aut, ths] (<https://orcid.org/0000-0003-2346-2841>),
  Christoph Weisser [aut, ths] (<https://orcid.org/0000-0003-0616-1027>),
  Benjamin Saefken [aut, ths] (<https://orcid.org/0000-0003-4702-3333>),
  Thomas Kneib [rev, ths, dgs] (<https://orcid.org/0000-0003-3390-0972>),
  Krisztina Kis-Katos [rev] (<https://orcid.org/0000-0003-2459-1274>)
Maintainer: Andreas Buchmueller <a.buchmueller@stud.uni-goettingen.de>
Repository: CRAN
Date/Publication: 2021-12-06 15:30:02 UTC
Built: R 4.2.0; ; 2022-04-13 12:43:29 UTC; unix
