forked from Infectious-Diseases-Data-Observatory/iddoverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1009 Bytes
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1009 Bytes
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
Package: iddoverse
Title: Converting IDDO-SDTM Data To Analysis Datasets
Version: 0.9.0
Authors@R:
person("Rhys", "Peploe", , "rhyspeploe1998@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-1669-3716"))
Description: Functions to convert IDDO-curated SDTM domains into analysis datasets,
similar to the Analysis Data Model (ADaM).
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
devtools,
kableExtra,
knitr,
reactable,
rmarkdown,
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3
URL: https://infectious-diseases-data-observatory.github.io/iddoverse/
BugReports: https://github.com/Infectious-Diseases-Data-Observatory/iddoverse/issues
Imports:
admiral,
admiraldev,
anthro,
dplyr,
ggplot2,
janitor,
lubridate,
magrittr,
rlang,
stats,
stringr,
tidyr,
tidyselect,
utils
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true