generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 1.15 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
Package: datasetjson
Type: Package
Title: Read and Write CDISC Dataset JSON Files
Version: 0.2.0
Authors@R: c(
person(given = "Mike",
family = "Stackhouse",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6030-723X")),
person(given = "Nicholas",
family = "Masel",
email = "[email protected]",
role = "aut")
)
Description: Read, construct and write CDISC (Clinical Data Interchange Standards Consortium) Dataset JSON (JavaScript Object Notation) files, while validating per the Dataset JSON schema file, as described in CDISC (2023) <https://www.cdisc.org/dataset-json>.
URL: https://github.com/atorus-research/datasetjson
BugReports: https://github.com/atorus-research/datasetjson/issues
Encoding: UTF-8
Language: en-US
License: Apache License (>= 2)
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
Imports:
jsonlite (>= 1.8.0),
jsonvalidate (>= 1.3.1)
Suggests:
testthat (>= 2.1.0),
knitr,
haven,
rmarkdown,
withr
VignetteBuilder: knitr
Config/testthat/edition: 3