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..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", @@ -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/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/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 diff --git a/VERSION b/VERSION index a918a2a..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1