Package: tidyREDCap
Title: Helper Functions for Working with REDCap Data
Version: 0.2.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"))
           )
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
LazyData: true
RoxygenNote: 7.0.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: 2020-02-10 19:59:55 UTC; rrb28
Author: Raymond Balise [aut, cre] (<https://orcid.org/0000-0002-9856-5901>),
  Gabriel Odom [aut] (<https://orcid.org/0000-0003-1341-4555>)
Maintainer: Raymond Balise <balise@miami.edu>
Repository: CRAN
Date/Publication: 2020-02-10 20:20:02 UTC
