-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.49 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.49 KB
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
49
Package: textgraph
Type: Package
Title: Make and analyse large-scale text co-occurrence graphs
Version: 1.1.0
Author: Tim König
Maintainer: Tim König <tim.b.m.koenig@web.de>
Description: textgraph is a R package for building and analysing large-scale text
co-occurrence graphs. It provides functionality to turn document-feature data
into (weighted) feature co-occurrence graphs, analyse their contents via seeded
random walks, topic clustering and temporal topic clustering, as well as
numerous helper functions to prepare, analyse and explore the results.
License: MIT
URL: https://github.com/TimBMK/textgraph
BugReports: https://github.com/TimBMK/textgraph/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
dplyr (>= 1.1.1),
igraph (>= 1.4.1),
furrr (>= 0.3.1),
purrr (>= 1.0.1),
future (>= 1.27.0),
lubridate (>= 1.9.2),
tibble (>= 3.2.1),
reticulate (>= 1.26),
Matrix (>= 1.5-1),
ggplot2 (>= 3.4.2),
quanteda (>= 3.3.1),
quanteda.textstats (>= 0.95),
quanteda.textplots (>= 0.94.2),
rlang (>= 1.1.1),
scales (>= 1.2.1),
stringr (>= 1.5.0),
tidyr (>= 1.3.0),
tidyselect (>= 1.2.0),
tidytext (>= 0.3.4),
widyr (>= 0.1.5),
RandomWalkRestartMH (>= 1.13.1),
knitr (>= 1.39),
rmarkdown (>= 2.14),
data.table (>= 1.14.2),
vroom (>= 1.6.1),
ggraph (>= 2.2.1),
flextable (>= 0.9.4)
Remotes: alberto-valdeolivas/RandomWalkRestartMH
VignetteBuilder: knitr
Depends:
R (>= 2.10)