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 = "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) . 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 Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://atorus-research.r-universe.dev Date/Publication: 2025-01-29 18:59:04 UTC RemoteUrl: https://github.com/atorus-research/datasetjson RemoteRef: HEAD RemoteSha: 9a81c178896f9727b1ae99779c1845ae8a96aee9 NeedsCompilation: no Packaged: 2026-06-08 06:58:39 UTC; root Author: Mike Stackhouse [aut, cre] (ORCID: ), Nicholas Masel [aut] Maintainer: Mike Stackhouse