Skip to content

REDCap Custodian

Compare
Choose a tag to compare
@pbchase pbchase released this 23 Apr 20:53
· 4 commits to master since this release

REDCap Custodian simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading work (ETL). It supports ETL work within a REDCap system, between REDCap projects, between REDCap systems, and with the REDCap database. It provides an extensible set of R functions, a Docker image, and an Rstudio Project template upon which a REDCap team can build ETL tasks that serve their REDCap systems and customers.

Releases 1.21.0 - 1.22.1 make these changes:

  • Update run-tests.yaml to use rstudio-ci:4.3.3 (@pbchase, #157)
  • Implement hacky fix for tlmgr 2023 being unable to install packages (@ChemiKyle, #156)
  • Fix bug that prevented email_body from being included in email (@ljwoodley, @ChemiKyle, #155)
  • Add 'Scraping one user's API tokens' section to vignettes/credential-scraping.Rmd (@pbchase, @ChemiKyle, #154)
  • Update scrape_user_api_tokens() to tidyselect 1.2 standards (@pbchase, #154)
  • Add attachment management to send_email() allowing lists of files or dataframes to be attached to an email (@ljwoodley, #152,
    #153, #157)