Package: rainette
Type: Package
Title: The Reinert Method for Textual Data Clustering
Version: 0.1.1
Date: 2020-05-09
Authors@R: c(person("Julien", "Barnier", email="julien.barnier@cnrs.fr",
    role=c("aut","cre")), person("Florian", "Privé",
    email="florian.prive.21@gmail.com", role="ctb"))
Maintainer: Julien Barnier <julien.barnier@cnrs.fr>
Description: An R implementation of the Reinert text clustering method. For more 
    details about the algorithm see the included vignettes or Reinert (1990) 
    <doi:10.1177/075910639002600103>.
License: GPL (>= 3)
VignetteBuilder: knitr
URL: https://juba.github.io/rainette/
BugReports: https://github.com/juba/rainette/issues
Encoding: UTF-8
Imports: dplyr (>= 0.8.3), tidyr, purrr, ggplot2, stringr, quanteda (>=
        1.5), RSpectra, dendextend, ggwordcloud, gridExtra, rlang,
        RColorBrewer, shiny, miniUI, formatR, highr, future,
        future.apply, progressr, Rcpp (>= 1.0.3)
Suggests: testthat, knitr, rmarkdown, covr, vdiffr, tm, FNN,
        quanteda.textmodels
RoxygenNote: 7.1.0
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2020-05-09 11:23:10 UTC; julien
Author: Julien Barnier [aut, cre],
  Florian Privé [ctb]
Repository: CRAN
Date/Publication: 2020-05-09 12:00:03 UTC
