Package: REDCapTidieR Type: Package Title: Extract 'REDCap' Databases into Tidy 'Tibble's Version: 1.2.5.9000 Authors@R: c( person("Richard", "Hanna", , "hannar1@chop.edu", role = c("aut", "cre"), comment = c(ORCID = "0009-0005-6496-8154")), person("Stephan", "Kadauke", , "kadaukes@chop.edu", role = "aut", comment = c(ORCID = "0000-0003-2996-8034")), person("Ezra", "Porter", , "ezrajporter@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-4690-8343")) ) Description: Convert 'REDCap' exports into tidy tables for easy handling of 'REDCap' repeat instruments and event arms. License: MIT + file LICENSE URL: https://chop-cgtinformatics.github.io/REDCapTidieR/, https://github.com/CHOP-CGTInformatics/REDCapTidieR BugReports: https://github.com/CHOP-CGTInformatics/REDCapTidieR/issues Depends: R (>= 3.5.0) Imports: checkmate, cli, dplyr, glue, lobstr, lubridate, purrr, REDCapR (>= 1.6.0.9001), rlang, stringi, stringr, tibble, tidyr, tidyselect, formattable, pillar, vctrs, readr, stats, forcats Suggests: covr, knitr, labelled, lintr, openxlsx2 (>= 0.8), prettyunits, rmarkdown, skimr, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Remotes: OuhscBbmc/REDCapR Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://chop-cgtinformatics.r-universe.dev Date/Publication: 2026-06-11 20:44:06 UTC RemoteUrl: https://github.com/chop-cgtinformatics/redcaptidier RemoteRef: HEAD RemoteSha: 03b13f4e4642ec2b3aa65ee3925dc362eabf56f5 NeedsCompilation: no Packaged: 2026-06-11 21:40:24 UTC; root Author: Richard Hanna [aut, cre] (ORCID: ), Stephan Kadauke [aut] (ORCID: ), Ezra Porter [aut] (ORCID: ) Maintainer: Richard Hanna