REDCapR
Interaction Between R and REDCap
The REDCap API client finished its breaking cleanup and settled into CRAN-compliance mode.
◆Recent moves
- 10mo ago
CRAN compliance fix: examples no longer hit an external server
A CRAN-compliance release: an example was reaching an external test server, which CRAN forbids. The accompanying multilevel-model test project is internal test infrastructure, continuing the maintainer's pattern of investing in the suite rather than the API.
View source ↗ - 1y ago
Native pipes removed to keep pre-4.1 R support
Another CRAN-checks release. Native pipes were pulled out of non-essential package code so REDCapR keeps running on R versions before 4.1.0, and a second example stopped calling a server. No user-visible behaviour changes.
View source ↗ - 1y ago
Development version bump to 1.4.0.9000
A development version bump tagged minutes after the 1.4.0 release. It carries no changes of its own and marks the start of the next development cycle.
View source ↗ - 1y ago
File repository listing lands in the API client
The one recent release with new API surface: redcap_file_repo_list_oneshot() lets callers enumerate files and folders in a REDCap file repository, an endpoint family the package had not covered. The rest is CRAN housekeeping — vignettes no longer evaluated on CRAN, alt text on figures. Note the body is cumulative, restating the 1.3.0 and 1.2.0 notes below its own.
View source ↗ - 1y ago
Test suite gains a bring-your-own-server redirection layer
Test-suite work only: a redirection layer so contributors can run the suite against their own REDCap server, plus a CRAN-only test skip. Invisible to anyone using the package.
View source ↗ - 1y ago
Read functions return tibbles; the collapsed-parameter family is deprecated
⚡ SPARKThe interface break the rest of this window is downstream of. Every main read function switched from data.frame to tibble returns, and the *_collapsed parameter family was deprecated in favour of plain character vectors. Everything since has been compliance work on top of this settled shape.
View source ↗