generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.45 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: datacutr
Type: Package
Title: SDTM Datacut
Version: 0.2.0
Authors@R: c(
person("Tim", "Barnett", email = "[email protected]", role = c("cph","aut", "cre")),
person("Nathan", "Rees", email = "[email protected]", role = c("aut")),
person("Alana", "Harris", email = "[email protected]", role = c("aut")),
person("Cara", "Andrews", email = "[email protected]", role = c("aut")))
Description: Supports the process of applying a cut to Standard Data Tabulation Model (SDTM),
as part of the analysis of specific points in time of the data, normally as part of
investigation into clinical trials. The functions support different approaches of
cutting to the different domains of SDTM normally observed.
License: Apache License (>= 2)
BugReports: https://github.com/pharmaverse/datacutr/issues
URL: https://pharmaverse.github.io/datacutr/, https://github.com/pharmaverse/datacutr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1)
Imports:
admiraldev (>= 0.3.0),
assertthat (>= 0.2.1),
dplyr (>= 1.0.5),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.3),
stringr (>= 1.4.0),
rlang (>= 0.4.4),
tibble (>= 3.0.0),
reactable (>= 0.4.4)
Suggests:
devtools,
lintr,
pkgdown,
testthat,
knitr,
methods,
rmarkdown,
roxygen2,
spelling,
styler,
usethis,
covr
VignetteBuilder: knitr