-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 962 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 962 Bytes
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
Type: Package
Package: topicl
Title: Tools for Finding Stable Topics and Analyzing them
Version: 0.0.0.9000
Authors@R:
person("Sergei", "Pashakhin", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0361-2064"))
URL: https://www.pashakhin.org/topicl/
BugReports: https://github.com/paskn/topicl/issues
Description: Given a bunch of topic models (LDA or STM), compute topic-to-topic
similarity and find the reproducible topics.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
parallel (>= 1.0.20),
doSNOW (>= 1.0.20),
tibble (>= 3.2.1),
tidytext (>= 0.4.2),
dplyr(>= 1.1.4),
stm (>= 1.3.7),
httr2 (>= 1.0.7),
jsonlite (>= 1.8.8),
cli (>= 3.6.3),
ggplot2 (>= 3.5.1),
ggraph (>= 2.2.1),
purrr(>= 1.0.2),
tidygraph (>= 1.3.1),
rlang (>= 1.1.4)
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr