-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1008 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
38
Package: BertopicR
Title: Wraps bertopic through reticulate
Version: 0.0.0.9000
Authors@R: as.person(c(
"Jack Penzer <[email protected]> [cre]",
"Aoife Ryan <[email protected]> [aut]"
))
Description: Convenience wrapper for extracting bertopic topic models in R, using reticulate to interact with Python libraries and objects from the comfort of RStudio.
License: MIT + file LICENSE
Suggests:
janitor (>= 2.1.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
tm (>= 0.7.10),
viridis (>= 0.6.2),
testthat (>= 3.0.0),
ggplot2,
tidyr,
DT
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr (>= 1.1.2),
magrittr (>= 2.0.3),
methods,
reticulate (>= 1.26),
rlang (>= 1.1.1),
stats,
stringr (>= 1.5.0),
withr
VignetteBuilder: knitr
Depends:
R (>= 4.1.0)
LazyData: true
URL: https://jpcompartir.github.io/BertopicR/,
https://aoiferyan-sc.github.io/BertopicR/