Package: redcapAPI
Type: Package
Title: Interface to 'REDCap'
Version: 2.11.3
Authors@R: c(
    person("Benjamin", "Nutter", email = "benjamin.nutter@gmail.com", 
           role = c("ctb", "aut")),
    person("Shawn", "Garbett", email = "shawn.garbett@vumc.org",
           comment = c(ORCID="0000-0003-4079-5621"),
           role = c("cre","ctb")),
    person("Savannah", "Obregon", role = "ctb"),
    person("Thomas", "Obadia", role="ctb"),
    person("Marcus", "Lehr", role = "ctb", email = "marcus.j.lehr@gmail.com"), 
    person("Brian", "High", role="ctb"),
    person("Stephen", "Lane", role = "ctb"),
    person("Will", "Beasley", role = "ctb"),
    person("Will", "Gray", role = "ctb"),
    person("Nick", "Kennedy", role = "ctb"),
    person("Tan", "Hsi-Nien", role = "ctb"),
    person("Jeffrey", "Horner", role = "aut"),
    person("Jeremy", "Stephens", role = "ctb"), 
    person("Cole", "Beck", role = "ctb"),
    person("Bradley", "Johnson", role="ctb"),
    person("Philip", "Chase", role="ctb"),
    person("Paddy", "Tobias", role = "ctb"),
    person("Michael", "Chirico", role = "ctb"),
    person("William", "Sharp", role="ctb"))
Maintainer: Shawn Garbett <shawn.garbett@vumc.org>
Description: Access data stored in 'REDCap' databases using the Application
    Programming Interface (API).  'REDCap' (Research Electronic Data CAPture;
    <https://projectredcap.org>, Harris, et al. (2009) <doi:10.1016/j.jbi.2008.08.010>, 
    Harris, et al. (2019) <doi:10.1016/j.jbi.2019.103208>) is
    a web application for building and managing online surveys and databases
    developed at Vanderbilt University.  The API allows users to access data
    and project meta data (such as the data dictionary) from the web
    programmatically. The 'redcapAPI' package facilitates the process of
    accessing data with options to prepare an analysis-ready data set
    consistent with the definitions in a database's data dictionary.
License: GPL-2
Depends: R (>= 3.5.0)
Imports: checkmate, chron, curl, jsonlite, labelVector, lubridate,
        mime, shelter (>= 0.2.1)
LazyLoad: yes
Suggests: testthat (>= 3.0.0), Hmisc, mockery
URL: https://github.com/vubiostat/redcapAPI
BugReports: https://github.com/vubiostat/redcapAPI/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-09-10 16:19:17 UTC; garbetsp
Author: Benjamin Nutter [ctb, aut],
  Shawn Garbett [cre, ctb] (ORCID:
    <https://orcid.org/0000-0003-4079-5621>),
  Savannah Obregon [ctb],
  Thomas Obadia [ctb],
  Marcus Lehr [ctb],
  Brian High [ctb],
  Stephen Lane [ctb],
  Will Beasley [ctb],
  Will Gray [ctb],
  Nick Kennedy [ctb],
  Tan Hsi-Nien [ctb],
  Jeffrey Horner [aut],
  Jeremy Stephens [ctb],
  Cole Beck [ctb],
  Bradley Johnson [ctb],
  Philip Chase [ctb],
  Paddy Tobias [ctb],
  Michael Chirico [ctb],
  William Sharp [ctb]
Repository: CRAN
Date/Publication: 2025-09-11 05:10:08 UTC
Built: R 4.5.1; ; 2025-09-11 08:17:55 UTC; unix
