Package: tidytext
Type: Package
Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Version: 0.1.5
Authors@R: c(person("Gabriela", "De Queiroz", email = "gabidequeiroz@gmail.com", role = c("ctb")),
             person("Oliver", "Keyes", email = "ironholds@gmail.com", role = c("ctb")),
             person("David", "Robinson", email = "admiral.david@gmail.com", role = c("aut")),
             person("Julia", "Silge", email = "julia.silge@gmail.com", role = c("aut", "cre")))
Description: Text mining for word processing and sentiment analysis using
    'dplyr', 'ggplot2', and other tidy tools.
License: MIT + file LICENSE
LazyData: TRUE
URL: http://github.com/juliasilge/tidytext
BugReports: http://github.com/juliasilge/tidytext/issues
RoxygenNote: 6.0.1
Depends: R (>= 2.10)
Imports: rlang, dplyr, stringr, hunspell, broom, Matrix, tokenizers,
        janeaustenr, purrr (>= 0.1.1), methods
Suggests: readr, tidyr, XML, tm, quanteda, wordcloud, knitr, rmarkdown,
        ggplot2, reshape2, topicmodels, NLP, scales, gutenbergr,
        testthat, mallet, stm
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-11-18 02:48:42 UTC; juliasilge
Author: Gabriela De Queiroz [ctb],
  Oliver Keyes [ctb],
  David Robinson [aut],
  Julia Silge [aut, cre]
Maintainer: Julia Silge <julia.silge@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-18 06:38:08 UTC
Built: R 3.4.3; ; 2018-02-25 10:29:40 UTC; unix
