-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.11 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
Package: alto
Type: Package
Title: Aligns Topics across LDA Models
Version: 0.1.0
Authors@R: c(
person("Kris", "Sankaran", email = "ksankaran@wisc.edu",role = c("aut","cre")),
person("Laura","Symul", email = "laura.symul@uclouvain.be", role = c("aut")),
person("Julia", "Fukuyama", email = "jfukuyam@iu.edu", role = c("aut"))
)
Maintainer: Laura Symul <laura.symul@uclouvain.be>
Description: "alto" is an R package that aligns topics from different LDA
models, computes metrics for quantifying the goodness of alignment, and provides
visualization functions to explore the alignment and robustness of topics across
environments or LDA hyper-parameters.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
T4transport,
dplyr,
ggplot2,
magrittr,
methods,
philentropy,
purrr,
scales,
stringr,
tibble,
tidyr,
topicmodels
Suggests:
rmarkdown,
knitr,
MCMCpack,
readr,
tictoc,
testthat (>= 3.0.0),
gridExtra,
cowplot,
colorspace
VignetteBuilder: knitr
Depends:
R (>= 3.6)
Config/testthat/edition: 3