-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
61 lines (61 loc) · 2.14 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Type: Package
Package: random.cdisc.data
Title: Create Random ADaM Datasets
Version: 0.3.16.9001
Date: 2024-10-30
Authors@R: c(
person("Pawel", "Rucki", , "[email protected]", role = "aut"),
person("Nick", "Paszty", , "[email protected]", role = "aut"),
person("Jana", "Stoilova", , "[email protected]", role = "aut"),
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Davide", "Garolini", , "[email protected]", role = "aut"),
person("Emily", "de la Rua", , "[email protected]", role = "aut"),
person("Christopher", "DiPietrantonio", role = "aut"),
person("Adrian", "Waddell", , "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: A set of functions to create random Analysis Data Model
(ADaM) datasets and cached dataset. ADaM dataset specifications are
described by the Clinical Data Interchange Standards Consortium
(CDISC) Analysis Data Model Team.
License: Apache License 2.0
URL: https://insightsengineering.github.io/random.cdisc.data/,
https://github.com/insightsengineering/random.cdisc.data/
BugReports:
https://github.com/insightsengineering/random.cdisc.data/issues
Depends:
R (>= 3.6)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.1.2),
lifecycle (>= 1.0.3),
lubridate (>= 1.7.10),
magrittr (>= 1.5),
rlang (>= 1.1.0),
stringr (>= 1.4.1),
tibble (>= 3.2.1),
tidyr (>= 1.1.4),
yaml (>= 2.1.19)
Suggests:
diffdf,
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.0.4),
withr (>= 2.0.0)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/dplyr,
r-lib/lifecycle, tidyverse/lubridate, tidyverse/magrittr, r-lib/rlang,
tidyverse/stringr, tidyverse/tibble, tidyverse/tidyr,
yaml=vubiostat/r-yaml, gowerc/diffdf, yihui/knitr, rstudio/rmarkdown,
r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2