Skip to content

Commit

Permalink
Bump VERSION and update NEWS.md for release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchase committed Feb 21, 2023
1 parent 9d3799d commit 869ed28
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
Expand Down
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0

0 comments on commit 869ed28

Please sign in to comment.