From 8594e99c94dabed3016133b2807d73daa56e4f3e Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Thu, 27 Jul 2023 16:57:20 -0400 Subject: [PATCH 1/2] Add redcapcustodian to the Applications section --- _data/applications.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/applications.yml b/_data/applications.yml index 6ce164b..9ce7560 100644 --- a/_data/applications.yml +++ b/_data/applications.yml @@ -24,3 +24,10 @@ repo_activity: https://img.shields.io/github/commit-activity/y/agapow/redcaphelper?color=9cf&label=commits language: Python description: Wraps PyCap to facilitate uploads, backups as well as other tasks. + +- name: redcapcustodian + repo: https://github.com/ctsit/redcapcustodian + repo_release: https://img.shields.io/github/v/release/ctsit/redcapcustodian.svg + repo_activity: https://img.shields.io/github/commit-activity/y/ctsit/redcapcustodian?color=9cf&label=commits + language: R (94%), Shell, Dockerfile, Perl + description: Simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading (ETL) work with a focus on REDCap workflows and maintenance tasks. See https://ctsit.github.io/redcapcustodian/ From fb66ca1429422e989a2004342e647f3cf6740556 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Fri, 28 Jul 2023 08:27:10 -0400 Subject: [PATCH 2/2] Update redcapcustodian entry in Applications Remove minority languages. Promote the pkgdown site to the primary link. --- _data/applications.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/applications.yml b/_data/applications.yml index 9ce7560..d930567 100644 --- a/_data/applications.yml +++ b/_data/applications.yml @@ -26,8 +26,8 @@ description: Wraps PyCap to facilitate uploads, backups as well as other tasks. - name: redcapcustodian - repo: https://github.com/ctsit/redcapcustodian + repo: https://ctsit.github.io/redcapcustodian/ repo_release: https://img.shields.io/github/v/release/ctsit/redcapcustodian.svg repo_activity: https://img.shields.io/github/commit-activity/y/ctsit/redcapcustodian?color=9cf&label=commits - language: R (94%), Shell, Dockerfile, Perl - description: Simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading (ETL) work with a focus on REDCap workflows and maintenance tasks. See https://ctsit.github.io/redcapcustodian/ + language: R + description: Simplifies data management activities on REDCap systems. It provides a framework for automating data extraction, transformation, and loading (ETL) work with a focus on REDCap workflows and maintenance tasks.