From 7c7d97c12e000a7374b6381f3d56c3b3f5abda86 Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Wed, 13 Jul 2022 14:50:59 -0400 Subject: [PATCH 1/2] Fix typo in description --- .zenodo.json | 4 ++-- DESCRIPTION | 4 +--- README.md | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 0aa693d..0efdaad 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -33,7 +33,7 @@ "orcid": "0000-0001-7114-1992" } ], - "description": "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, between REDCap projects, between REDCap systems, and against the REDCap own 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.", + "description": "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, 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.", "access_right": "open", "license": "Apache-2.0", "keywords": [ @@ -42,4 +42,4 @@ "data management", "R" ] -} +} \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 18dacee..e656d6f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,9 +29,7 @@ Authors@R:c( comment=c(ORCID = "http://orcid.org/0000-0001-7114-1992")) ) Maintainer: Philip B Chase -Description: Automates data grooming activities that support the - business of running a REDCap service. Detects, corrects, and - reports on data issues with scheduled processes. +Description: 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, 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. License: Apache License (>= 2.0) Encoding: UTF-8 LazyData: true diff --git a/README.md b/README.md index 1cdf745..bfe8768 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # REDCap Custodian -This package 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, between REDCap projects, between REDCap systems, and against the REDCap own 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. +This package 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, 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. ## Operating environment From 4999c6ef3597715c4acf1d830ef52365998ae98c Mon Sep 17 00:00:00 2001 From: Philip Chase Date: Wed, 13 Jul 2022 14:52:40 -0400 Subject: [PATCH 2/2] Bump VERSION and update NEWS.md for release 0.6.1 --- DESCRIPTION | 2 +- NEWS.md | 5 +++++ VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e656d6f..8dcb018 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: redcapcustodian Type: Package Title: System data cleaning for REDCap -Version: 0.6.0 +Version: 0.6.1 Authors@R:c( person("Philip", "Chase", email = "pbc@ufl.edu", diff --git a/NEWS.md b/NEWS.md index c5b9797..1f46030 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,11 @@ All notable changes to the redcapcustodian package and its contained scripts wil This project adheres to [Semantic Versioning](http://semver.org/). +## [0.6.1] - 2022-07-13 +### Changed +- Fix typo in description (Philip Chase) + + ## [0.6.0] - 2022-07-13 ### Added - Add resources for publication (Philip Chase) diff --git a/VERSION b/VERSION index a918a2a..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1