{
  "_id": "6a4de698d253724d3f6dde64",
  "Package": "datasetjson",
  "Type": "Package",
  "Title": "Read and Write CDISC Dataset JSON Files",
  "Version": "0.3.0",
  "Authors@R": "c(\nperson(given = \"Mike\",\nfamily = \"Stackhouse\",\nrole = c(\"aut\", \"cre\"),\nemail = \"mike.stackhouse@atorusresearch.com\",\ncomment = c(ORCID = \"0000-0001-6030-723X\")),\nperson(given = \"Nicholas\",\nfamily = \"Masel\",\nemail = \"nmasel@its.jnj.com\",\nrole = \"aut\")\n)",
  "Description": "Read, construct and write CDISC (Clinical Data Interchange\nStandards Consortium) Dataset JSON (JavaScript Object Notation)\nfiles, while validating per the Dataset JSON schema file, as\ndescribed in CDISC (2023)\n<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",
  "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": {
    "Date": "2026-07-08 05:53:40 UTC",
    "User": "root"
  },
  "Author": "Mike Stackhouse [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6030-723X>),\nNicholas Masel [aut]",
  "Maintainer": "Mike Stackhouse <mike.stackhouse@atorusresearch.com>",
  "_user": "atorus-research",
  "_type": "src",
  "_file": "datasetjson_0.3.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/cadbda6f7c0afef0a9cb9147637879d5efe0d1336aa395b44987510914000810",
  "_filesize": 366393,
  "_sha256": "cadbda6f7c0afef0a9cb9147637879d5efe0d1336aa395b44987510914000810",
  "_expires": "2026-10-16T05:56:38.000Z",
  "_created": "2026-07-08T05:53:40.000Z",
  "_published": "2026-07-08T05:56:40.433Z",
  "_jobs": [
    {
      "job": 85797629376,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8159432315"
    },
    {
      "job": 85797629345,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8159433444"
    },
    {
      "job": 85797629402,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8159418942"
    },
    {
      "job": 85797629370,
      "time": 77,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8159415174"
    },
    {
      "job": 85797165170,
      "time": 219,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8159393293"
    },
    {
      "job": 85797629374,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8159427401"
    },
    {
      "job": 85797629414,
      "time": 86,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8159417774"
    },
    {
      "job": 85797629373,
      "time": 73,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8159413984"
    },
    {
      "job": 85797629403,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8159414609"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243",
  "_status": "success",
  "_upstream": "https://github.com/atorus-research/datasetjson",
  "_commit": {
    "id": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
    "author": "Nicholas Masel <61123199+nicholas-masel@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #67 from atorus-research/dev\n\n0.3.0 Release",
    "time": 1738177144
  },
  "_maintainer": {
    "name": "Mike Stackhouse",
    "email": "mike.stackhouse@atorusresearch.com",
    "login": "mstackhouse",
    "twitter": "@mike_at_atorus",
    "description": "Chief Innovation Officer at Atorus Research. MIDS graduate from UC Berkeley. Mike works with Python, R, and Go.",
    "uuid": 31387567,
    "orcid": "0000-0001-6030-723X"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "yyjsonr",
      "version": ">= 0.1.18",
      "role": "Imports"
    },
    {
      "package": "jsonvalidate",
      "version": ">= 1.3.1",
      "role": "Imports"
    },
    {
      "package": "hms",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "haven",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "data.table",
      "role": "Suggests"
    }
  ],
  "_owner": "atorus-research",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "cdisc",
    "dataset-json"
  ],
  "_stars": 26,
  "_contributors": [
    {
      "user": "mstackhouse",
      "count": 257,
      "uuid": 31387567
    },
    {
      "user": "nicholas-masel",
      "count": 41,
      "uuid": 61123199
    },
    {
      "user": "nmasel",
      "count": 1,
      "uuid": 45665210
    }
  ],
  "_userbio": {
    "uuid": 64594907,
    "type": "organization",
    "name": "Atorus Research",
    "followers": 85
  },
  "_downloads": {
    "count": 693,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/datasetjson"
  },
  "_devurl": "https://github.com/atorus-research/datasetjson",
  "_pkgdown": "https://atorus-research.github.io/datasetjson/",
  "_searchresults": 57,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/datasetjson.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/atorus-research/datasetjson",
  "_realowner": "atorus-research",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2023-09-14"
    },
    {
      "version": "0.1.0",
      "date": "2023-10-13"
    },
    {
      "version": "0.2.0",
      "date": "2024-01-09"
    },
    {
      "version": "0.3.0",
      "date": "2025-01-30"
    }
  ],
  "_exports": [
    "dataset_json",
    "get_column_metadata",
    "read_dataset_json",
    "set_dataset_label",
    "set_dataset_name",
    "set_file_oid",
    "set_item_oid",
    "set_last_modified",
    "set_metadata_ref",
    "set_metadata_version",
    "set_originator",
    "set_source_system",
    "set_study_oid",
    "set_variable_attributes",
    "validate_dataset_json",
    "write_dataset_json"
  ],
  "_datasets": [
    {
      "name": "iris_items",
      "title": "Example Variable Metadata for Iris",
      "object": "iris_items",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "itemOID",
        "name",
        "label",
        "dataType",
        "length",
        "keySequence"
      ],
      "rows": 5,
      "table": true,
      "tojson": true
    },
    {
      "name": "schema_1_1_0",
      "title": "Dataset JSON Schema Version 1.1.0",
      "object": "schema_1_1_0",
      "class": [
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dataset_json",
      "title": "Create a Dataset JSON Object",
      "topics": [
        "dataset_json"
      ]
    },
    {
      "page": "get_column_metadata",
      "title": "Extract column metadata to data frame",
      "topics": [
        "get_column_metadata"
      ]
    },
    {
      "page": "iris_items",
      "title": "Example Variable Metadata for Iris",
      "topics": [
        "iris_items"
      ]
    },
    {
      "page": "read_dataset_json",
      "title": "Read a Dataset JSON to datasetjson object",
      "topics": [
        "read_dataset_json"
      ]
    },
    {
      "page": "schema_1_1_0",
      "title": "Dataset JSON Schema Version 1.1.0",
      "topics": [
        "schema_1_1_0"
      ]
    },
    {
      "page": "dataset_metadata_setters",
      "title": "Dataset Metadata Setters",
      "concept": [
        "Dataset Metadata Setters"
      ],
      "topics": [
        "set_dataset_label",
        "set_dataset_name",
        "set_file_oid",
        "set_item_oid",
        "set_last_modified",
        "set_metadata_ref",
        "set_metadata_version",
        "set_originator",
        "set_source_system",
        "set_study_oid"
      ]
    },
    {
      "page": "set_variable_attributes",
      "title": "Assign Dataset JSON attributes to data frame columns",
      "topics": [
        "set_variable_attributes"
      ]
    },
    {
      "page": "validate_dataset_json",
      "title": "Validate a Dataset JSON file",
      "topics": [
        "validate_dataset_json"
      ]
    },
    {
      "page": "write_dataset_json",
      "title": "Write out a Dataset JSON file",
      "topics": [
        "write_dataset_json"
      ]
    }
  ],
  "_pkglogo": "https://github.com/atorus-research/datasetjson/raw/HEAD/man/figures/logo.svg",
  "_readme": "https://github.com/atorus-research/datasetjson/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "curl",
    "glue",
    "hms",
    "jsonlite",
    "jsonvalidate",
    "lifecycle",
    "pkgconfig",
    "R6",
    "Rcpp",
    "rlang",
    "V8",
    "vctrs",
    "yyjsonr"
  ],
  "_vignettes": [
    {
      "source": "converting_files.Rmd",
      "filename": "converting_files.html",
      "title": "Converting from XPT",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Converting from XPT",
        "Bulk File Conversion"
      ],
      "created": "2025-01-29 18:59:04",
      "modified": "2025-01-29 18:59:04",
      "commits": 1
    },
    {
      "source": "date_time_datetime.Rmd",
      "filename": "date_time_datetime.html",
      "title": "Dates, Times, and Datetimes",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Metadata Settings"
      ],
      "created": "2025-01-29 18:59:04",
      "modified": "2025-01-29 18:59:04",
      "commits": 1
    },
    {
      "source": "datasetjson.Rmd",
      "filename": "datasetjson.html",
      "title": "Getting Started",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Using datasetjson",
        "Writing and Reading"
      ],
      "created": "2025-01-29 18:59:04",
      "modified": "2025-01-29 18:59:04",
      "commits": 1
    },
    {
      "source": "odm_details.Rmd",
      "filename": "odm_details.html",
      "title": "Notes on ODM V2",
      "engine": "knitr::rmarkdown",
      "headings": [
        "fileOID"
      ],
      "created": "2023-09-29 18:16:12",
      "modified": "2025-01-29 18:59:04",
      "commits": 2
    },
    {
      "source": "precision.Rmd",
      "filename": "precision.html",
      "title": "Numeric Precision",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Decimal Data Type"
      ],
      "created": "2025-01-29 18:59:04",
      "modified": "2025-01-29 18:59:04",
      "commits": 1
    }
  ],
  "_score": 6.869818207979328,
  "_indexed": true,
  "_nocasepkg": "datasetjson",
  "_universes": [
    "atorus-research",
    "mstackhouse"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-08T05:55:56.000Z",
      "distro": "resolute",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/a3d6d302472b7c43634c337b32ae2905deb688bcab73f0edfb3583eae65e1665",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-07-08T05:56:00.000Z",
      "distro": "resolute",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/dfca2630ac741e3cec6f36f742ea445bd4981f9a6cb99868bf6888c986791065",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-08T05:55:15.000Z",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/e8f1edeaaca07f2455ea029c24fb7afa11be7099f47dbf2f3662eaa7473a89d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-07-08T05:55:02.000Z",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/c7598de3640eb98b8ee5bd55b9d4f70d5b6f7229df42a2b1104d1b0a78fc7d79",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-07-08T05:55:58.000Z",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/7698cbb0b9f63bfe69f16ea6e5597cc7106bcf3d84c3dd4b95135140d5630146",
      "status": "success",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-08T05:55:00.000Z",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/b6b75ab9ee55a01d92b8a7ab73bbdff54a68c938c843796d8710f36012fb20f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-08T05:54:47.000Z",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/d8e8ad25ec90fc2e598fa896a9b4c9fa6f9acbafe7ac915ceaaf086fdcab91a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-07-08T05:54:48.000Z",
      "commit": "9a81c178896f9727b1ae99779c1845ae8a96aee9",
      "fileid": "https://r2.ropensci.org/4c46c33d92ed1ab21a249865d6508e9dd42eb8a63cf88b4b4fe03511396ff949",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/atorus-research/actions/runs/28920709243"
    }
  ]
}