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
