-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
44 lines (44 loc) · 1.31 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
Package: sdtmchecks
Title: Data Quality Checks for Study Data Tabulation Model (SDTM) Datasets
Version: 1.0.0
Authors@R: c(
person(given="Will",
family="Harris",
email="[email protected]",
role = c("aut", "cre")),
person(given="Sara",
family="Bodach",
role = "aut"),
person(given="Edgar",
family="Manukyan",
role = "aut"),
person(given="Adrian",
family="Waddell",
role = "aut"),
person(given="Ross",
family="Farrugia",
role = "aut"),
person(given="F. Hoffmann-La Roche AG",
role = c("cph", "fnd"))
)
Description: A series of checks to identify common issues in Study Data Tabulation Model (SDTM) datasets. These checks are intended to be generalizable, actionable, and meaningful for analysis.
License: Apache License (>= 2)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr (>= 1.1.1),
tidyselect,
openxlsx
Suggests:
knitr,
rmarkdown (>= 2.7),
testthat,
DT
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://pharmaverse.github.io/sdtmchecks/, https://github.com/pharmaverse/sdtmchecks
BugReports: https://github.com/pharmaverse/sdtmchecks/issues
Repository: GitHub