-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 911 Bytes
/
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
Package: hLDA
Type: Package
Title: Fits hLDA Models to Count Data
Version: 0.1.0
Authors@R: c(
person("Laura","Symul", email = "[email protected]", role = c("aut","cre"))
)
Maintainer: Laura Symul <[email protected]>
Description: This package provides a minimal R interface for the HLDA class of the tomotopy python library (https://bab2min.github.io/tomotopy/v0.12.2/en/#tomotopy.HLDAModel).
The package provides functions to fit hierarchical LDA to count data and visualize fitted models.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements:
python
Imports:
dplyr,
forcats,
ggplot2,
ggpubr,
ggraph,
igraph,
magrittr,
methods,
purrr,
readr,
reticulate,
stringr,
tibble,
tidyr
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.1
VignetteBuilder: knitr