Package: REDCapExporter Title: Automated Construction of R Data Packages from REDCap Projects Version: 0.3.5 Authors@R: c( person(given = "Peter", family = "DeWitt", email = "peter.dewitt@cuanschutz.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6391-0795")) ) Description: Export all data, including metadata, from a REDCap (Research Electronic Data Capture) Project via the REDCap API . The exported (meta)data will be processed and formatted into a stand-alone R data package which can be installed and shared between researchers. Several default reports are generated as vignettes in the resulting package. License: GPL-2 Encoding: UTF-8 URL: https://github.com/dewittpe/REDCapExporter, https://www.peteredewitt.com/REDCapExporter/ BugReports: https://github.com/dewittpe/REDCapExporter/issues Language: en-US LazyData: true Depends: R (>= 3.5.0) Imports: curl, keyring, lubridate, rjson Suggests: getPass, kableExtra, knitr, qwraps2 (> 0.4.1), rmarkdown, roxygen2, secret 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: 2026-06-18 05:57:09 UTC; root Author: Peter DeWitt [aut, cre] (ORCID: ) Maintainer: Peter DeWitt