forked from quanteda/quanteda.textplots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.89 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
Package: quanteda.textplots
Title: Plots for the Quantitative Analysis of Textual Data
Version: 0.94.3
Authors@R:
c(
person("Kenneth", "Benoit", email = "kbenoit@lse.ac.uk", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0002-0797-564X")),
person("Kohei", "Watanabe", email = "watanabe.kohei@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0001-6519-5265")),
person("Haiyan", "Wang", email = "whyinsa@yahoo.com", role = "aut", comment = c(ORCID = "0000-0003-4992-4311")),
person("Adam", "Obeng", email = "quanteda@binaryeagle.com", role = "aut", comment = c(ORCID = "0000-0002-2906-4775")),
person("Stefan", "Müller", email = "mullers@tcd.ie", role = "aut", comment = c(ORCID = "0000-0002-6315-4125")),
person("Akitaka", "Matsuo", email = "a.matsuo@lse.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-3323-6330")),
person("Ian", "Fellows", email = "ian@fellstat.com", role = "cph", comment = "authored wordcloud C source code (modified)"),
person("European Research Council", role = "fnd", comment = "ERC-2011-StG 283794-QUANTESS")
)
Description: Plotting functions for visualising textual data. Extends 'quanteda' and
related packages with plot methods designed specifically for text data, textual statistics,
and models fit to textual data. Plot types include word clouds, lexical dispersion plots,
scaling plots, network visualisations, and word 'keyness' plots.
License: GPL-3
Imports:
quanteda,
extrafont,
ggplot2,
ggrepel,
grid,
sna,
igraph,
Matrix,
methods,
network,
RColorBrewer,
Rcpp (>= 0.12.12),
stringi
LinkingTo: Rcpp
Suggests:
knitr,
quanteda.textmodels,
quanteda.textstats,
rmarkdown,
spelling,
testthat,
wordcloud
Encoding: UTF-8
BugReports: https://github.com/quanteda/quanteda.textplots/issues
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3