Package: tidytext
Type: Package
Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Version: 0.2.5
Authors@R: c(person("Gabriela", "De Queiroz", role = c("ctb"),
             email = "gabidequeiroz@gmail.com"),
             person("Colin", "Fay", role = c("ctb"),
             email = "contact@colinfay.me",
             comment = c(ORCID = "0000-0001-7343-1846")),
             person("Emil", "Hvitfeldt", role = c("ctb"),
             email = "emilhhvitfeldt@gmail.com"),
             person("Os", "Keyes", role = c("ctb"),
             email = "ironholds@gmail.com",
             comment = c(ORCID = "0000-0001-5196-609X")),
             person("Kanishka", "Misra", role = c("ctb"),
             email = "kmisra@purdue.edu"),
             person("Tim", "Mastny", role = c("ctb"),
             email = "tim.mastny@gmail.com"),
             person("Jeff", "Erickson", role = c("ctb"),
             email = "jeff@erick.so"),
             person("David", "Robinson", role = c("aut"),
             email = "admiral.david@gmail.com"),
             person("Julia", "Silge", role = c("aut", "cre"), 
             email = "julia.silge@gmail.com", 
             comment = c(ORCID = "0000-0002-3671-836X")))
Description: Text mining for word processing and sentiment analysis using
    'dplyr', 'ggplot2', and other tidy tools.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
URL: http://github.com/juliasilge/tidytext
BugReports: http://github.com/juliasilge/tidytext/issues
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
Imports: rlang, tibble, dplyr, stringr, hunspell, generics, Matrix,
        tokenizers, janeaustenr, purrr (>= 0.1.1), methods
Suggests: readr, tidyr, XML, tm, quanteda, knitr, rmarkdown, ggplot2,
        reshape2, wordcloud, topicmodels, NLP, scales, gutenbergr,
        testthat (>= 2.1.0), vdiffr, mallet, stm, data.table, broom,
        textdata, stopwords, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-11 19:37:44 UTC; juliasilge
Author: Gabriela De Queiroz [ctb],
  Colin Fay [ctb] (<https://orcid.org/0000-0001-7343-1846>),
  Emil Hvitfeldt [ctb],
  Os Keyes [ctb] (<https://orcid.org/0000-0001-5196-609X>),
  Kanishka Misra [ctb],
  Tim Mastny [ctb],
  Jeff Erickson [ctb],
  David Robinson [aut],
  Julia Silge [aut, cre] (<https://orcid.org/0000-0002-3671-836X>)
Maintainer: Julia Silge <julia.silge@gmail.com>
Repository: CRAN
Date/Publication: 2020-07-11 20:20:03 UTC
Built: R 3.6.3; ; 2020-08-05 05:57:32 UTC; windows
