Last data update: 2014.03.03

tidytext

Package: tidytext
Type: Package
Title: Text Mining using 'dplyr', 'ggplot2', and Other Tidy Tools
Version: 0.1.1
Date: 2016-06-24
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, tidyr, plyr, broom, Matrix, tokenizers,
janeaustenr, purrr, methods
Suggests: readr, XML, tm, wordcloud, knitr, rmarkdown, ggplot2,
reshape2, topicmodels, quanteda, NLP, scales, gutenbergr,
testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-06-24 18:19:04 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-06-25 19:07:56

● 0 images, 13 functions, 3 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tidytext' ...
** package 'tidytext' successfully unpacked and MD5 sums checked
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tidytext'
    finding HTML links ... done
    bind_tf_idf                             html  
    cast_sparse                             html  
    cast_sparse_                            html  
    corpus_tidiers                          html  
    dictionary_tidiers                      html  
    document_term_casters                   html  
    lda_tidiers                             html  
    pair_count                              html  
    parts_of_speech                         html  
    reexports                               html  
    sentiments                              html  
    stop_words                              html  
    tdm_tidiers                             html  
    tidy.Corpus                             html  
    tidy_triplet                            html  
    unnest_tokens                           html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tidytext)
Making 'packages.html' ... done