-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.45 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
Package: stminsights
Type: Package
Title: A 'Shiny' Application for Inspecting Structural Topic Models
Version: 0.4.3
Date: 2024-06-21
Authors@R: c(
person("Carsten", "Schwemmer", email = "[email protected]", comment = c(ORCID = "0000-0001-9084-946X"), role = c("aut", "cre")),
person("Jonne", "Guyt", email = "[email protected]", role = "ctb")
)
URL: https://github.com/cschwem2er/stminsights
BugReports: https://github.com/cschwem2er/stminsights/issues
Description: This app enables interactive validation, interpretation and visualization of structural topic models from the 'stm' package by Roberts and others (2014) <doi:10.1111/ajps.12103>. It also includes helper functions for model diagnostics and extracting data from effect estimates.
Imports:
stm (>= 1.3.7),
tidygraph (>= 1.3.1),
ggraph (>= 2.2.1),
igraph (>= 2.0.3),
ggrepel (>= 0.9.5),
shiny (>= 1.8.1),
shinyBS (>= 0.6.0),
shinydashboard (>= 0.7.2),
shinyjs (>= 2.1.0),
ggplot2 (>= 3.5.1),
purrr (>= 1.0.2),
stringr (>= 1.5.1),
dplyr (>= 1.1.4),
tibble (>= 3.2.1),
DT (>= 0.33.0),
readr (>= 2.1.5),
huge (>= 1.3.5),
stats,
scales
Suggests:
quanteda (>= 4.0.2),
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr