Package: tidyREDCap
Title: Helper Functions for Working with REDCap Data
Version: 0.2.2
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"))
           )
Description: 
    Helper functions for processing REDCap data in R. 'REDCap' (Research
    Electronic Data CAPture; <https://projectredcap.org>) 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.1.2
Depends: R (>= 3.5.0)
Imports: purrr, stringr, tibble, magrittr, dplyr, janitor, tidyr, rlang
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, redcapAPI
VignetteBuilder: knitr
URL: https://raymondbalise.github.io/tidyREDCap/index.html
BugReports: https://github.com/RaymondBalise/tidyREDCap/issues
NeedsCompilation: no
Packaged: 2022-01-30 19:57:55 UTC; laylabouzoubaa
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>)
Maintainer: Raymond Balise <balise@miami.edu>
Repository: CRAN
Date/Publication: 2022-01-30 21:00:02 UTC
Built: R 4.0.5; ; 2022-04-21 14:23:40 UTC; windows
