Package: REDCapExporter
Title: Automated Construction of R Data Packages from REDCap Projects
Version: 0.3.1
Authors@R: c(
    person(given = "Peter", family = "DeWitt",  email = "peter.dewitt@cuanschutz.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6391-0795"))
    )
Description: Export all data, including metadata, from a REDCap (Research
    Electronic Data Capture) Project via the REDCap API
    <https://projectredcap.org/wp-content/resources/REDCapTechnicalOverview.pdf>.
    The exported (meta)data will be processed and formatted into a stand alone R
    data package which can be installed and shared between researchers.  Several
    default reports are generated as vignettes in the resulting package.
License: GPL-2
Encoding: UTF-8
URL: https://github.com/dewittpe/REDCapExporter,
        http://www.peteredewitt.com/REDCapExporter/
Language: en-us
LazyData: true
Depends: R (>= 3.5.0)
Imports: curl, keyring, lubridate, rjson
Suggests: devtools, fs, getPass, kableExtra, knitr, magrittr, qwraps2
        (> 0.4.1), rmarkdown, secret
VignetteBuilder: knitr
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-06 18:31:57 UTC; peterdewitt
Author: Peter DeWitt [aut, cre] (<https://orcid.org/0000-0002-6391-0795>)
Maintainer: Peter DeWitt <peter.dewitt@cuanschutz.edu>
Repository: CRAN
Date/Publication: 2024-11-06 18:50:02 UTC
Built: R 4.3.3; ; 2024-11-06 19:07:02 UTC; unix
