Package: REDCapTidieR
Type: Package
Title: Extract 'REDCap' Databases into Tidy 'Tibble's
Version: 0.2.0
Authors@R: c(
    person("Richard", "Hanna", , "richardshanna91@gmail.com", role = c("aut", "cre")),
    person("Stephan", "Kadauke", , "kadaukes@chop.edu", role = "aut"),
    person("Ezra", "Porter", , "ezrajporter@gmail.com", role = "aut")
  )
Description: Convert 'REDCap' exports into tidy tables for easy handling of 'REDCap' repeat instruments and event arms.
License: MIT + file LICENSE
URL: https://github.com/CHOP-CGTInformatics/REDCapTidieR,
        https://chop-cgtinformatics.github.io/REDCapTidieR/
BugReports: https://github.com/CHOP-CGTInformatics/REDCapTidieR/issues
Depends: R (>= 3.5.0)
Imports: checkmate, cli, dplyr, lobstr, lifecycle, purrr, REDCapR (>=
        1.1.0), rlang, stringi, stringr, tibble, tidyr, tidyselect,
        formattable
Suggests: covr, httptest, knitr, labelled, readr, rmarkdown, testthat
        (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.2
NeedsCompilation: no
Packaged: 2022-12-07 21:51:31 UTC; hannar1
Author: Richard Hanna [aut, cre],
  Stephan Kadauke [aut],
  Ezra Porter [aut]
Maintainer: Richard Hanna <richardshanna91@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-07 22:22:28 UTC
