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 = "mike.stackhouse@atorusresearch.com",
           comment = c(ORCID = "0000-0001-6030-723X")),
    person(given = "Nicholas",
           family = "Masel",
           email = "nmasel@its.jnj.com",
           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
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
NeedsCompilation: no
Packaged: 2024-01-09 20:36:24 UTC; mike.stackhouse
Author: Mike Stackhouse [aut, cre] (<https://orcid.org/0000-0001-6030-723X>),
  Nicholas Masel [aut]
Maintainer: Mike Stackhouse <mike.stackhouse@atorusresearch.com>
Repository: CRAN
Date/Publication: 2024-01-09 21:33:01 UTC
Built: R 4.2.3; ; 2024-01-10 01:32:50 UTC; unix
