-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: rainette
Type: Package
Title: The Reinert Method for Textual Data Clustering
Version: 0.3.1.9000
Date: 2023-03-28
Authors@R: c(person("Julien", "Barnier", email="[email protected]",
role=c("aut","cre")), person("Florian", "Privé",
email="[email protected]", role="ctb"))
Maintainer: Julien Barnier <[email protected]>
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
Depends:
R (>= 3.6.0)
Imports:
dplyr (>= 1.1.0),
tidyr,
purrr,
ggplot2,
stringr,
quanteda (>= 2.1),
quanteda.textstats,
RSpectra,
dendextend,
ggwordcloud,
gridExtra,
rlang,
shiny,
miniUI,
highr,
progressr,
Rcpp (>= 1.0.3)
Suggests:
testthat,
knitr,
rmarkdown,
tm,
FNN,
vdiffr,
quanteda.textmodels
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LinkingTo: Rcpp