Skip to content

Commit 91718f6

Browse files
committed
update news, bump version
reference the bug found by @llrs in #317
1 parent 9e8a7d3 commit 91718f6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: Encapsulates functions to streamline calls from R to the REDCap
66
University. The Application Programming Interface (API) offers an avenue
77
to access and modify data programmatically, improving the capacity for
88
literate and reproducible programming.
9-
Version: 0.11.0.9002
9+
Version: 0.11.1.9003
1010
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
1111
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
1212
person("David", "Bard", role = "ctb"),

NEWS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Version 0.12 (Unreleased on CRAN)
2121

2222
### Corrections & Bug Fixes
2323

24-
* Accepts more than one `config_option` element. (Proposed by @BastienRance)
24+
* Accepts more than one `config_option` element. (Proposed by @BastienRance, #307)
25+
* Fixed calculation of `success` value returned by `redcap_read()` and `redcap_write()` when the parameter `continue_on_error` is true. (Bug found by @llrs, #317)
2526

2627
Version 0.11 (Released 2020-04-20)
2728
==========================================================

tests/testthat/test-write-error.R

+1
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ test_that("Many Batches: writing with read-only privileges --contiue on error",
110110

111111
# playground:
112112
# REDCapR::redcap_write(ds=mtcars, redcap_uri="https://bbmc.ouhsc.edu/redcap/api/", token="9A81268476645C4E5F03428B8AC3AA7B", continue_on_error=TRUE)
113+
# REDCapR::redcap_write(ds=mtcars, redcap_uri="https://bbmc.ouhsc.edu/redcap/redcap_v10.5.1/api/", token="9A81268476645C4E5F03428B8AC3AA7B", continue_on_error=TRUE)

0 commit comments

Comments
 (0)