{
  "_id": "6a3389683efcd9bda439e55d",
  "Package": "REDCapExporter",
  "Title": "Automated Construction of R Data Packages from REDCap Projects",
  "Version": "0.3.5",
  "Authors@R": "c(\nperson(given = \"Peter\", family = \"DeWitt\",  email = \"peter.dewitt@cuanschutz.edu\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-6391-0795\"))\n)",
  "Description": "Export all data, including metadata, from a REDCap\n(Research Electronic Data Capture) Project via the REDCap API\n<https://projectredcap.org/wp-content/resources/REDCapTechnicalOverview.pdf>.\nThe exported (meta)data will be processed and formatted into a\nstand-alone R data package which can be installed and shared\nbetween researchers.  Several default reports are generated as\nvignettes in the resulting package.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "URL": "https://github.com/dewittpe/REDCapExporter,\nhttps://www.peteredewitt.com/REDCapExporter/",
  "BugReports": "https://github.com/dewittpe/REDCapExporter/issues",
  "Language": "en-US",
  "LazyData": "true",
  "VignetteBuilder": "knitr, rmarkdown",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "libsecret-1-dev libssl-dev",
  "Repository": "https://dewittpe.r-universe.dev",
  "Date/Publication": "2026-06-18 00:11:37 UTC",
  "RemoteUrl": "https://github.com/dewittpe/redcapexporter",
  "RemoteRef": "HEAD",
  "RemoteSha": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-18 05:57:09 UTC",
    "User": "root"
  },
  "Author": "Peter DeWitt [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-6391-0795>)",
  "Maintainer": "Peter DeWitt <peter.dewitt@cuanschutz.edu>",
  "MD5sum": "42027301333fa7b5a46f65f9bbc5bd41",
  "_user": "dewittpe",
  "_type": "src",
  "_file": "REDCapExporter_0.3.5.tar.gz",
  "_fileid": "83258d2eb32764d4f72b0a2833be1865ab68931a6c644d888af8d49307bbc4e8",
  "_filesize": 216977,
  "_sha256": "83258d2eb32764d4f72b0a2833be1865ab68931a6c644d888af8d49307bbc4e8",
  "_created": "2026-06-18T05:57:09.000Z",
  "_published": "2026-06-18T06:00:07.784Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82064566111,
      "time": 139,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7715351249"
    },
    {
      "job": 82064566117,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7715352310"
    },
    {
      "job": 82064566112,
      "time": 77,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7715336550"
    },
    {
      "job": 82064566121,
      "time": 74,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7715335995"
    },
    {
      "job": 82064216714,
      "time": 178,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7715317692"
    },
    {
      "job": 82064566108,
      "time": 110,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7715344847"
    },
    {
      "job": 82064566130,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7715338844"
    },
    {
      "job": 82064566119,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7715335756"
    },
    {
      "job": 82064566124,
      "time": 76,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7715336467"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dewittpe/redcapexporter",
  "_commit": {
    "id": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
    "author": "Peter E. DeWitt <peter.dewitt@cuanschutz.edu>",
    "committer": "Peter E. DeWitt <peter.dewitt@cuanschutz.edu>",
    "message": "fix spelling and grammer\n",
    "time": 1781741497
  },
  "_maintainer": {
    "name": "Peter DeWitt",
    "email": "peter.dewitt@cuanschutz.edu",
    "login": "dewittpe",
    "orcid": "0000-0002-6391-0795",
    "description": "Ph.D. Biostatistician, R Enthusiast.",
    "uuid": 3136617
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "keyring",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "role": "Imports"
    },
    {
      "package": "rjson",
      "role": "Imports"
    },
    {
      "package": "getPass",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "qwraps2",
      "version": "> 0.4.1",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "roxygen2",
      "role": "Suggests"
    },
    {
      "package": "secret",
      "role": "Suggests"
    }
  ],
  "_owner": "dewittpe",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-30",
      "n": 2
    },
    {
      "week": "2026-09",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 1
    },
    {
      "week": "2026-25",
      "n": 14
    }
  ],
  "_tags": [
    {
      "name": "v0.3.2",
      "date": "2025-07-25"
    },
    {
      "name": "v0.3.3",
      "date": "2026-02-28"
    },
    {
      "name": "v0.3.4",
      "date": "2026-03-09"
    }
  ],
  "_topics": [
    "api",
    "data-export",
    "redcap",
    "redcap-api"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "dewittpe",
      "count": 254,
      "uuid": 3136617
    }
  ],
  "_userbio": {
    "uuid": 3136617,
    "type": "user",
    "name": "Peter DeWitt",
    "followers": 57,
    "description": "Ph.D. Biostatistician, R Enthusiast."
  },
  "_downloads": {
    "count": 232,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/REDCapExporter"
  },
  "_devurl": "https://github.com/dewittpe/redcapexporter",
  "_pkgdown": "https://www.peteredewitt.com/REDCapExporter/",
  "_searchresults": 24,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/REDCapExporter.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dewittpe/redcapexporter",
  "_realowner": "dewittpe",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-12-22"
    },
    {
      "version": "0.2.0",
      "date": "2020-02-26"
    },
    {
      "version": "0.2.1",
      "date": "2020-05-15"
    },
    {
      "version": "0.2.2",
      "date": "2021-02-02"
    },
    {
      "version": "0.3.0",
      "date": "2024-09-20"
    },
    {
      "version": "0.3.1",
      "date": "2024-11-06"
    },
    {
      "version": "0.3.2",
      "date": "2025-08-01"
    },
    {
      "version": "0.3.3",
      "date": "2026-02-28"
    },
    {
      "version": "0.3.4",
      "date": "2026-03-09"
    },
    {
      "version": "0.3.5",
      "date": "2026-06-18"
    }
  ],
  "_exports": [
    "build_r_data_package",
    "col_type",
    "export_content",
    "export_core",
    "format_record",
    "REDCapExporter_add_api_token",
    "REDCapExporter_get_api_token",
    "REDCapExporter_keyring_check"
  ],
  "_datasets": [
    {
      "name": "avs_raw_core",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_core",
      "class": [
        "rcer_rccore"
      ],
      "fields": [],
      "table": true,
      "tojson": false
    },
    {
      "name": "avs_raw_core_json",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_core_json",
      "class": [
        "rcer_rccore"
      ],
      "fields": [],
      "table": true,
      "tojson": false
    },
    {
      "name": "avs_raw_metadata",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_metadata",
      "class": [
        "rcer_raw_metadata",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_metadata_json",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_metadata_json",
      "class": [
        "rcer_raw_metadata",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_project",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_project",
      "class": [
        "rcer_raw_project",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_project_json",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_project_json",
      "class": [
        "rcer_raw_project",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_record",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_record",
      "class": [
        "rcer_raw_record",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_record_json",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_record_json",
      "class": [
        "rcer_raw_record",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_user",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_user",
      "class": [
        "rcer_raw_user",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    },
    {
      "name": "avs_raw_user_json",
      "title": "Raw Exports From an Example REDCap Project",
      "object": "avs_raw_user_json",
      "class": [
        "rcer_raw_user",
        "character"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "as",
      "title": "as.*",
      "topics": [
        "as",
        "as.data.frame.rcer_raw_metadata",
        "as.data.frame.rcer_raw_project",
        "as.data.frame.rcer_raw_record",
        "as.data.frame.rcer_raw_user"
      ]
    },
    {
      "page": "build_r_data_package",
      "title": "Build R Data Package",
      "topics": [
        "build_r_data_package",
        "build_r_data_package.default",
        "build_r_data_package.rcer_rccore"
      ]
    },
    {
      "page": "col_type",
      "title": "Column Types",
      "topics": [
        "col_type"
      ]
    },
    {
      "page": "example_data",
      "title": "Raw Exports From an Example REDCap Project",
      "topics": [
        "avs_raw_core",
        "avs_raw_core_json",
        "avs_raw_metadata",
        "avs_raw_metadata_json",
        "avs_raw_project",
        "avs_raw_project_json",
        "avs_raw_record",
        "avs_raw_record_json",
        "avs_raw_user",
        "avs_raw_user_json",
        "example_data"
      ]
    },
    {
      "page": "export_content",
      "title": "Export Content",
      "topics": [
        "export_content"
      ]
    },
    {
      "page": "export_core",
      "title": "Export Core",
      "topics": [
        "export_core"
      ]
    },
    {
      "page": "format_record",
      "title": "Format Record",
      "topics": [
        "format_record"
      ]
    },
    {
      "page": "read_text",
      "title": "Read Text",
      "topics": [
        "read_text"
      ]
    },
    {
      "page": "REDCapExporter_keyring",
      "title": "Set up and use of a Keyring for REDCap API Tokens",
      "topics": [
        "REDCapExporter_add_api_token",
        "REDCapExporter_get_api_token",
        "REDCapExporter_keyring",
        "REDCapExporter_keyring_check"
      ]
    },
    {
      "page": "write_description_file",
      "title": "Write DESCRIPTION File from REDCap Metadata",
      "topics": [
        "write_authors",
        "write_description_file"
      ]
    }
  ],
  "_readme": "https://github.com/dewittpe/redcapexporter/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cpp11",
    "curl",
    "filelock",
    "generics",
    "keyring",
    "lubridate",
    "R6",
    "rjson",
    "sys",
    "timechange",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "api.Rmd",
      "filename": "api.html",
      "title": "Export Data via the REDCap API",
      "engine": "knitr::rmarkdown",
      "headings": [
        "System Environment Variables",
        "REDCap API Tokens",
        "getPass",
        "secret",
        "Keyring",
        "Exporting a REDCap Project",
        "Export Core",
        "Export Specific Content of a REDCap Project"
      ],
      "created": "2019-12-13 21:11:21",
      "modified": "2026-06-18 00:11:37",
      "commits": 13
    },
    {
      "source": "formatting.Rmd",
      "filename": "formatting.html",
      "title": "Formatting Data Exported from REDCap",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Coercion to data.frame",
        "format_record"
      ],
      "created": "2024-09-18 15:27:52",
      "modified": "2026-06-18 00:11:37",
      "commits": 4
    },
    {
      "source": "redcap2package.Rmd",
      "filename": "redcap2package.html",
      "title": "REDCap Projects as R Data Packages",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Exporting a REDCap Project to an R Data Package",
        "Details on exported Files",
        "Using the Exported Package"
      ],
      "created": "2024-09-17 17:48:56",
      "modified": "2026-06-18 00:11:37",
      "commits": 9
    }
  ],
  "_score": 5.459392487759231,
  "_indexed": true,
  "_nocasepkg": "redcapexporter",
  "_universes": [
    "dewittpe"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.5",
      "date": "2026-06-18T05:59:25.000Z",
      "distro": "noble",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "835b0070bec6ee40e863c6c800185827ed7fc0f836553279f30e06a1e7aa80af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.5",
      "date": "2026-06-18T05:59:31.000Z",
      "distro": "noble",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "8dc2df90c6efcc5b3f13691cea2732fa38c8f1b03d88dbd36a3cea145ee67037",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.5",
      "date": "2026-06-18T05:58:33.000Z",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "79eb3697fa57fc997838c777d7778fc22e3879b178671dcde01b2d3791bcfe4d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.5",
      "date": "2026-06-18T05:58:30.000Z",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "37eb11406bf27b81455588d55fc2370e4c0e84fca84771e1ee6a58f2a0d588fa",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.5",
      "date": "2026-06-18T05:59:16.000Z",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "a13b196195f4d37118aff07e3d05bad0075ce59e4dab318444383d85aef8c858",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.5",
      "date": "2026-06-18T05:58:29.000Z",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "e1ed4f781c33233318a9c3dfab8134381a99d82bcdadd48742036fe5a287b224",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.5",
      "date": "2026-06-18T05:58:19.000Z",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "febd0ab9d1efdfa45460be45ba0a98479f0ed8e46eebffb96257488e7b10d05f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.5",
      "date": "2026-06-18T05:58:19.000Z",
      "commit": "d471ae43ad9fbb62a132392a96aa5e80a11502a5",
      "fileid": "bfd56b12505b898dd537c1ca07fef70d183c827c88271803e78a5524250f8680",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dewittpe/actions/runs/27739770394"
    }
  ]
}