Package: tidyREDCap
Title: Helper Functions for Working with 'REDCap' Data
Version: 1.0.1
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 = "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")
      )
    )
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.2.1
Depends: R (>= 3.5.0)
Imports: cli, dplyr, janitor, labelVector, magrittr, purrr, REDCapR,
        rlang, stringr, tibble, tidyr, tidyselect
Suggests: knitr, redcapAPI, rmarkdown, testthat (>= 2.1.0)
VignetteBuilder: knitr
URL: https://raymondbalise.github.io/tidyREDCap/index.html
BugReports: https://github.com/RaymondBalise/tidyREDCap/issues
NeedsCompilation: no
Packaged: 2022-10-05 18:47:34 UTC; rrb28
Author: Raymond Balise [aut, cre] (<https://orcid.org/0000-0002-9856-5901>),
  Gabriel Odom [aut] (<https://orcid.org/0000-0003-1341-4555>),
  Layla Bouzoubaa [aut] (<https://orcid.org/0000-0002-6616-0950>),
  Wayne DeFreitas [aut] (<https://orcid.org/0000-0002-2584-6278>),
  Lauren Nahodyl [ctb] (<https://orcid.org/0000-0001-6241-2615>)
Maintainer: Raymond Balise <balise@miami.edu>
Repository: CRAN
Date/Publication: 2022-10-05 19:30:02 UTC
