-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.86 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
62
63
64
65
Package: dunlin
Title: Preprocessing Tools for Clinical Trial Data
Version: 0.1.8.9002
Date: 2024-10-29
Authors@R: c(
person("Liming", "Li", , "[email protected]", role = c("aut", "cre")),
person("Benoit", "Falquet", , "[email protected]", role = "aut"),
person("Xiaoli", "Duan", , "[email protected]", role = "ctb"),
person("Pawel", "Rucki", , "[email protected]", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: A collection of functions to preprocess data and organize
them in a format amenable to use by chevron.
License: Apache License 2.0
URL: https://insightsengineering.github.io/dunlin/,
https://github.com/insightsengineering/dunlin/
BugReports: https://github.com/insightsengineering/dunlin/issues
Depends:
R (>= 4.0.0)
Imports:
checkmate (>= 2.1.0),
dplyr (>= 1.1.0),
forcats (>= 1.0.0),
glue (>= 1.0.0),
magrittr (>= 1.5),
methods,
rlang (>= 1.0.0),
stringr (>= 1.4.1),
tibble (>= 1.2),
yaml (>= 2.1.15)
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.23),
testthat (>= 3.0.4),
withr (>= 2.1.0)
VignetteBuilder:
knitr,
rmarkdown
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/dplyr,
tidyverse/forcats, tidyverse/glue, tidyverse/magrittr, r-lib/rlang,
tidyverse/stringr, tidyverse/tibble, yaml=vubiostat/r-yaml,
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
Collate:
'assertions.R'
'co_relevels.R'
'cut_by_group.R'
'dunlin-package.R'
'explicit_na.R'
'filter.R'
'join_adsub_adsl.R'
'pivot.R'
'propagate.R'
'reformat.R'
'render_safe.R'
'rules.R'
'unite.R'
'utils.R'
'zzz.R'