-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
42 lines (42 loc) · 1.32 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
Package: textplot
Type: Package
Title: Text Plots
Version: 0.2.2
Maintainer: Jan Wijffels <[email protected]>
Authors@R: c(
person('Jan', 'Wijffels', role = c('aut', 'cre', 'cph'), email = '[email protected]'),
person('BNOSAC', role = 'cph'),
person("Sacha Epskamp", role = c("ctb", "cph"), comment = "code in R/matrix_reduction.R adapted from the qgraph package version 1.4.0 which is GPL-2 licensed"),
person("Ingo Feinerer and Kurt Hornik", role = c("ctb", "cph"), comment = "partial code in R/textplot_corlines.R adapted from the tm package version 0.4 which is GPL-2 licensed"))
Description: Visualise complex relations in texts. This is done by providing functionalities for displaying
text co-occurrence networks, text correlation networks, dependency relationships as well as text clustering and semantic text 'embeddings'.
Feel free to join the effort of providing interesting text visualisations.
License: GPL-2
URL: https://github.com/bnosac/textplot
LazyData: true
Imports:
utils,
methods,
lattice,
stats,
Matrix,
graphics,
data.table (>= 1.9.6)
Suggests:
knitr,
udpipe,
BTM,
igraph,
graph,
Rgraphviz,
qgraph,
glasso,
ggplot2,
ggraph,
ggforce,
concaveman,
ggrepel,
ggalt,
uwot
VignetteBuilder: knitr
RoxygenNote: 7.1.2