forked from pharmaverse/admiraldiscovery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.07 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: admiraldiscovery
Title: Discover admiral Functions
Version: 0.1.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/
Depends:
R (>= 4.1)
Imports:
admiral,
admiralonco,
admiralophtha,
admiralvaccine,
dplyr,
glue,
gt (>= 0.10.1),
htmltools,
reactable,
rlang,
stringr,
tools
Suggests:
cli,
knitr,
fs,
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.1