generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.27 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
Package: datasetjson
Type: Package
Title: Read and Write CDISC Dataset JSON Files
Version: 0.3.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/standards/data-exchange/dataset-json>.
URL: https://atorus-research.github.io/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.3.2
Depends: R (>= 4.0)
Imports:
yyjsonr (>= 0.1.18),
jsonvalidate (>= 1.3.1),
hms
Suggests:
testthat (>= 2.1.0),
jsonlite (>= 1.8.0),
knitr,
haven,
rmarkdown,
withr,
purrr,
tibble,
dplyr,
lubridate,
data.table
VignetteBuilder: knitr
Config/testthat/edition: 3