Package: tidyREDCap Title: Helper Functions for Working with 'REDCap' Data Version: 2.1.0 Authors@R: c(person( given = "Raymond", family = "Balise", role = c("aut", "cre"), email = "balise@miami.edu", comment = c(ORCID = "0000-0002-9856-5901") ), person( given = "Gabriel", family = "Odom", role = "aut", email = "gabriel.odom@fiu.edu", comment = c(ORCID = "0000-0003-1341-4555") ), person( given = "Kyle", family = "Grealis", role = "aut", email = "kxg679@miami.edu", comment = c(ORCID = "0000-0002-9223-8854") ), person( given = "Anna", family = "Calderon", role = "aut", email = "anna_calderon@miami.edu", comment = c(ORCID = "0000-0002-0139-3841") ), person( given = "Layla", family = "Bouzoubaa", role = "aut", email = "lab218@miami.edu", comment = c(ORCID = "0000-0002-6616-0950") ), person( given = "Wayne", family = "DeFreitas", role = "aut", email = "wfd14@miami.edu", comment = c(ORCID = "0000-0002-2584-6278") ), person( given = "Lauren", family = "Nahodyl", role = "ctb", email = "lxn295@miami.edu", comment = c(ORCID = "0000-0001-6241-2615") ), person( given = "Daniel", family = "Maya", role = "ctb", email = "dxh724@miami.edu", comment = c(ORCID = "0000-0002-0164-7768") ) ) Description: Helper functions for processing 'REDCap' data in R. 'REDCap' is a web-enabled application for building and managing surveys and databases developed at Vanderbilt University. License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: cli, dplyr, janitor, keyring, labelVector, lifecycle, magrittr, purrr, REDCapR, rlang, stringr, tibble, tidyr, tidyselect, vctrs Roxygen: list(markdown = TRUE) Suggests: knitr, redcapAPI, rmarkdown, skimr, testthat (>= 3.0.0) VignetteBuilder: knitr URL: https://raymondbalise.github.io/tidyREDCap/ BugReports: https://github.com/RaymondBalise/tidyREDCap/issues Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libsecret-1-dev libssl-dev libx11-dev Repository: https://raymondbalise.r-universe.dev Date/Publication: 2026-02-22 10:33:21 UTC RemoteUrl: https://github.com/raymondbalise/tidyredcap RemoteRef: HEAD RemoteSha: d0dd7ea943e195f42f24842f69f5710060217bb2 NeedsCompilation: no Packaged: 2026-06-23 09:25:52 UTC; root Author: Raymond Balise [aut, cre] (ORCID: ), Gabriel Odom [aut] (ORCID: ), Kyle Grealis [aut] (ORCID: ), Anna Calderon [aut] (ORCID: ), Layla Bouzoubaa [aut] (ORCID: ), Wayne DeFreitas [aut] (ORCID: ), Lauren Nahodyl [ctb] (ORCID: ), Daniel Maya [ctb] (ORCID: ) Maintainer: Raymond Balise