-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.74 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
Package: sdtmval
Title: Validate SDTM Domains
Version: 0.4.1
Authors@R:
person("Stephen", "Knapp",
email = "stephen@knappconsultingllc.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5101-4555"))
Description: Provides a set of tools to assist statistical programmers
in validating Study Data Tabulation Model (SDTM) domain data sets.
Statistical programmers are required to validate that a SDTM data set domain
has been programmed correctly, per the SDTM Implementation Guide (SDTMIG) by
'CDISC' (<https://www.cdisc.org/standards/foundational/sdtmig>),
study specification, and study protocol using a process called double
programming. Double programming involves two different programmers
independently converting the raw electronic data cut (EDC) data into a SDTM
domain data table and comparing their results to ensure accurate
standardization of the data. One of these attempts is termed 'production'
and the other 'validation'. Generally, production runs are the official
programs for submittals and these are written in 'SAS'. Validation runs can
be programmed in another language, in this case 'R'.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/skgithub14/sdtmval, https://skgithub14.github.io/sdtmval/
BugReports: https://github.com/skgithub14/sdtmval/issues
Imports:
dplyr,
glue,
haven,
knitr,
lubridate,
magrittr,
purrr,
readxl,
rlang,
stats,
stringr,
tidyr,
tidyselect,
utils
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true
VignetteBuilder: knitr