-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 974 Bytes
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 974 Bytes
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
Package: cdiscdata
Title: Versioned CDISC Standards Reference Data
Version: 0.1.0
Authors@R: person("Bill", "Denney", email = "wdenney@humanpred.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5759-428X"))
Description: Provides versioned CDISC Controlled Terminology (SDTM, ADaM)
and Define-XML schemas (XSD) and CDISC XSLT stylesheets. Uses a
validity-date design to store all historical CT versions compactly
without redundant row duplication. Intended as a shared data
dependency for pharmaverse-aligned packages.
License: MIT + file LICENSE
Depends: R (>= 4.1.0)
Suggests:
testthat (>= 3.0.0),
xml2,
withr,
covr,
pkgdown,
knitr,
rmarkdown
LazyData: true
LazyDataCompression: xz
Encoding: UTF-8
Config/testthat/edition: 3
URL: https://github.com/humanpred/cdiscdata, https://humanpred.github.io/cdiscdata/
BugReports: https://github.com/humanpred/cdiscdata/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.3