-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 964 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
Package: DHSCconsultations
Title: Collection of tools for analysing consultation responses
Version: 0.0.0.9000
Authors@R:
person(, "Data Science Team", , "[email protected]", role = c("aut", "cre"))
Description: Package contains a collection of functions that can be used to
perform LDA analysis of consultation responses.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
checkmate,
dplyr (>= 1.1.4),
ggplot2 (>= 3.5.0),
patchwork (>= 1.2.0),
purrr (>= 1.0.2),
rlang (>= 1.1.3),
rvest (>= 1.0.3),
SnowballC (>= 0.7.1),
stats,
stringi (>= 1.8.3),
stringr (>= 1.5.1),
tibble (>= 3.2.1),
tidyr (>= 1.3.1),
tidytext (>= 0.4.1),
topicmodels (>= 0.2.16),
writexl (>= 1.5.0)
URL: https://github.com/DataS-DHSC/DHSCconsultations
BugReports: https://github.com/DataS-DHSC/DHSCconsultations/issues
Depends:
R (>= 2.10)
LazyData: true