Package: tidytext
Type: Package
Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Version: 0.2.1
Authors@R: c(person("Gabriela", "De Queiroz", role = c("ctb"),
             email = "gabidequeiroz@gmail.com"),
             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: 6.1.1
Depends: R (>= 2.10)
Imports: rlang, dplyr, stringr, hunspell, generics, Matrix, tokenizers,
        janeaustenr, purrr (>= 0.1.1), methods, stopwords
Suggests: readr, tidyr, XML, tm, quanteda, knitr, rmarkdown, ggplot2,
        reshape2, wordcloud, topicmodels, NLP, scales, gutenbergr,
        testthat, vdiffr, mallet, stm, data.table, broom, textdata
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-06-13 23:16:09 UTC; juliasilge
Author: Gabriela De Queiroz [ctb],
  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: 2019-06-14 04:50:03 UTC
