Package: redcap Title: R Utilities For REDCap Version: 0.2.0 Authors@R: c( person( "Patrick", "Barks", email = "patrick.barks@epicentre.msf.org", role = c("aut", "cre") ) ) Description: R utilities for interacting with the REDCap API. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 2.10) Imports: httr, dplyr, tidyr, purrr, rlang, readr, lubridate, chron, stringr, xml2, lifecycle, dbc Suggests: testthat, covr Remotes: epicentre-msf/dbc URL: https://github.com/epicentre-msf/redcap BugReports: https://github.com/epicentre-msf/redcap/issues Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev libx11-dev Repository: https://epicentre-msf.r-universe.dev Date/Publication: 2026-04-09 06:49:57 UTC RemoteUrl: https://github.com/epicentre-msf/redcap RemoteRef: HEAD RemoteSha: bcc1c3e343616e6e83f80f29398179ad0a834e70 NeedsCompilation: no Packaged: 2026-06-08 08:06:56 UTC; root Author: Patrick Barks [aut, cre] Maintainer: Patrick Barks