-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.3 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
46
47
Package: admiraldiscovery
Title: Discover admiral Functions
Version: 0.3.0.9000
Authors@R: c(
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018")),
person("Amelia H.", "Tran", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9472-0302"))
)
Description: Package exports a function that creates an interactive gt or
reactable table to help users discover the admiral functions that are
used to derive ADaM variables.
License: MIT + file LICENSE
URL: https://pharmaverse.github.io/admiraldiscovery/,
https://github.com/pharmaverse/admiraldiscovery
BugReports: https://github.com/pharmaverse/admiraldiscovery/issues
Depends:
R (>= 4.1)
Imports:
admiral (>= 1.1.1),
admiralonco (>= 1.1.0),
admiralophtha (>= 1.1.0),
admiralvaccine (>= 0.2.0),
dplyr (>= 1.1.4),
glue (>= 1.7.0),
gt (>= 0.10.1),
htmltools (>= 0.5.8.1),
reactable (>= 0.4.4),
rlang (>= 1.1.4),
stringr (>= 1.5.1),
tools
Suggests:
cli,
fs,
knitr,
readr,
rmarkdown,
spelling,
testthat (>= 3.2.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2