Package: quanteda
Version: 0.9.9-50
Title: Quantitative Analysis of Textual Data
Description: A fast, flexible framework for for the management, processing, and
    quantitative analysis of textual data in R.
Authors@R: c( person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role =
    c("aut", "cre", "cph")), 
    person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = "ctb"), 
    person("Paul", "Nulty", email = "paul.nulty@gmail.com", role = "ctb"), 
    person("Adam", "Obeng", email = "quanteda@binaryeagle.com", role = "ctb"),
    person("Haiyan", "Wang", email = "h.wang52@lse.ac.uk", role = "ctb"),
    person("Benjamin", "Lauderdale", email = "B.E.lauderdale@lse.ac.uk", role = "ctb"),
    person("Will", "Lowe", email = "wlowe@princeton.edu", role = "ctb") )
License: GPL-3
Depends: R (>= 3.2.2), methods
Imports: utils, stats, Matrix (>= 1.2), data.table (>= 1.9.6),
        SnowballC, wordcloud, Rcpp, RcppParallel, RSpectra, stringi,
        fastmatch, ggplot2 (>= 2.2.0), XML, yaml
LinkingTo: Rcpp, RcppParallel, RcppArmadillo (>= 0.7.600.1.0)
Suggests: knitr, rmarkdown, lda, proxy, topicmodels, tm (>= 0.6), slam,
        testthat, RColorBrewer, xtable, DT, ca
URL: http://quanteda.io
Encoding: UTF-8
BugReports: https://github.com/kbenoit/quanteda/issues
LazyData: TRUE
VignetteBuilder: knitr
Collate: 'RcppExports.R' 'View.R' 'bootstrap_dfm.R'
        'character-methods.R' 'dictionaries.R' 'corpus.R'
        'collocations.R' 'collocations2.R' 'convert.R'
        'corpus-deprecated.R' 'corpus-methods-base.R'
        'corpus-methods-quanteda.R' 'corpus_reshape.R'
        'corpus_sample.R' 'corpus_segment.R' 'corpus_subset.R'
        'corpus_trimsentences.R' 'corpuszip.R' 'data-deprecated.R'
        'data-documentation.R' 'dfm-classes.R' 'dfm-deprecated.R'
        'dfm-methods.R' 'dfm-print.R' 'dfm-subsetting.R' 'dfm.R'
        'dfm_compress.R' 'dfm_lookup.R' 'dfm_sample.R' 'dfm_select.R'
        'dfm_trim.R' 'dfm_weight.R' 'dictionaries-deprecated.R'
        'docvars.R' 'fcm-methods.R' 'fcm.R' 'joinTokens-deprecated.R'
        'kwic.R' 'nfunctions.R' 'nscrabble.R' 'nsyllable.R' 'phrases.R'
        'plots-deprecated.R' 'quanteda.R' 'quanteda_options.R'
        'readtext-methods.R' 'regex2fixed.R' 'resample.R'
        'selectFeatures-old.R' 'selectFeatures.R' 'sequences.R'
        'settings.R' 'similarity.R' 'stopwords.R'
        'textmodel-generics.R' 'textmodel-internal.R' 'textmodel_NB.R'
        'textmodel_ca.R' 'textmodel_wordfish.R'
        'textmodel_wordscores.R' 'textmodel_wordshoal.R'
        'textplot_scale1d.R' 'textplot_wordcloud.R' 'textplot_xray.R'
        'textstat-deprecated.R' 'textstat_collocations.R'
        'textstat_dist.R' 'textstat_keyness.R' 'textstat_lexdiv.R'
        'textstat_readability.R' 'textstat_simil.R' 'toLower.R'
        'tokenize.R' 'tokenize_outtakes.R' 'tokens.R'
        'tokens_compound.R' 'tokens_lookup.R' 'tokens_ngrams.R'
        'tokens_select.R' 'tolower-misc.R' 'utils.R' 'valuetype.R'
        'wordstem.R' 'zzz.R'
RcppModules: ngramMaker
RoxygenNote: 6.0.1
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2017-04-19 21:49:31 UTC; kbenoit
Author: Kenneth Benoit [aut, cre, cph],
  Kohei Watanabe [ctb],
  Paul Nulty [ctb],
  Adam Obeng [ctb],
  Haiyan Wang [ctb],
  Benjamin Lauderdale [ctb],
  Will Lowe [ctb]
Maintainer: Kenneth Benoit <kbenoit@lse.ac.uk>
Repository: CRAN
Date/Publication: 2017-04-20 09:07:57 UTC
