Package: tidytext
Type: Package
Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Version: 0.1.2
Date: 2016-10-27
Authors@R: c(person("Gabriela", "De Queiroz", email = "gabidequeiroz@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: 5.0.1
Depends: R (>= 2.10)
Imports: dplyr, stringr, hunspell, broom, Matrix, tokenizers,
        janeaustenr, purrr (>= 0.1.1), methods
Suggests: readr, tidyr, XML, tm, wordcloud, knitr, rmarkdown, ggplot2,
        reshape2, topicmodels, quanteda, NLP, scales, gutenbergr,
        testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-10-27 16:51:25 UTC; juliasilge
Author: Gabriela De Queiroz [ctb],
  David Robinson [aut],
  Julia Silge [aut, cre]
Maintainer: Julia Silge <julia.silge@gmail.com>
Repository: CRAN
Date/Publication: 2016-10-28 01:17:37
Built: R 3.4.1; ; 2017-06-30 18:10:52 UTC; unix
