diff --git a/DESCRIPTION b/DESCRIPTION index cd8c502..0da829a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: redcapcustodian Type: Package Title: System data cleaning for REDCap -Version: 1.5.0 +Version: 1.6.0 Authors@R: c( person("Philip", "Chase", email = "pbc@ufl.edu", diff --git a/NEWS.md b/NEWS.md index 54a3094..4e816f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,19 @@ All notable changes to the redcapcustodian package and its contained scripts wil This project adheres to [Semantic Versioning](http://semver.org/). +## [1.6.0] - 2023-02-21 +### Added +- Add randomization management functions and a sample ETL (Philip Chase) +- Add batch_size parm to dbx calls in sync_table_2 (Philip Chase) +- Add batch_size parm to dbx calls in sync_table Prevents possible error: Expression tree is too large (maximum depth 1000) (Kyle Chesney) + +### Changed +- Update testing image used at github (Philip Chase) +- Eschew deprecated tidyselect features (Philip Chase) +- Modernize tests of sync_table_2 (Philip Chase) +- Address fatal bug in sync_table caused when delete = T but there are no records to delete (Kyle Chesney) + + ## [1.5.0] - 2023-01-25 ### Added - Create write_summary_metrics function, corresponding schema and test (Kyle Chesney) diff --git a/VERSION b/VERSION index bc80560..dc1e644 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0