Package: REDCapR
Title: Interaction Between R and REDCap
Description: Encapsulates functions to streamline calls from R to the REDCap
    API.  REDCap (Research Electronic Data CAPture) is a web application for
    building and managing online surveys and databases developed at Vanderbilt
    University.  The Application Programming Interface (API) offers an avenue
    to access and modify data programmatically, improving the capacity for
    literate and reproducible programming.
Version: 0.10.2
Date: 2019-09-20
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
    "wibeasley@hotmail.com", comment = c(ORCID = "0000-0002-5613-5006")),
    person("David", "Bard", role = "ctb"),
    person("Thomas", "Wilson", role = "ctb"), person(given="John J",
    family="Aponte", role = "ctb", email="john.aponte@isglobal.org"),
    person("Rollie", "Parrish", role = "ctb", email =
    "rparrish@flightweb.com"), person("Benjamin", "Nutter",
    role = "ctb"), person("Andrew", "Peters",
    role = "ctb"), person("Hao", "Zhu",
    role = "ctb",
    comment = c(ORCID = '0000-0002-3386-6076')))
URL: https://github.com/OuhscBbmc/REDCapR, http://ouhsc.edu/bbmc/,
        http://project-redcap.org
BugReports: https://github.com/OuhscBbmc/REDCapR/issues
Depends: R(>= 3.0.0), stats
Imports: dplyr (>= 0.5.0), httr (>= 1.3.0), magrittr, methods, readr
        (>= 1.3.1), rlang, tibble (>= 1.4.0), tidyr (>= 0.7.0)
Suggests: checkmate (>= 1.8.4), DBI (>= 0.7.0), devtools (>= 1.13.0),
        kableExtra, knitr (>= 1.18.0), odbc (>= 1.1.1), rmarkdown,
        sessioninfo, testthat (>= 0.9)
License: GPL-2
LazyData: TRUE
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-09-22 22:46:44 UTC; wibeasley
Author: Will Beasley [aut, cre] (<https://orcid.org/0000-0002-5613-5006>),
  David Bard [ctb],
  Thomas Wilson [ctb],
  John J Aponte [ctb],
  Rollie Parrish [ctb],
  Benjamin Nutter [ctb],
  Andrew Peters [ctb],
  Hao Zhu [ctb] (<https://orcid.org/0000-0002-3386-6076>)
Maintainer: Will Beasley <wibeasley@hotmail.com>
Repository: CRAN
Date/Publication: 2019-09-23 04:30:02 UTC
