Skip to content

Commit f98f8cf

Browse files
committed
news entry for @the-mad-statter
related to #465 & #466
1 parent afc6a97 commit f98f8cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

DESCRIPTION

+3-2
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: 1.1.9004
9+
Version: 1.1.9005
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", comment = c(ORCID = "0000-0002-3922-8489")),
@@ -32,7 +32,8 @@ Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
3232
role = "ctb",
3333
comment = c(ORCID = "0000-0003-2996-8034")), person("Ezra", "Porter",
3434
role = "ctb",
35-
comment = c(ORCID = "0000-0002-4690-8343")))
35+
comment = c(ORCID = "0000-0002-4690-8343")), person("Matthew", "Schuelke",
36+
role = "ctb", email="[email protected]"))
3637
URL: https://ouhscbbmc.github.io/REDCapR/, https://github.com/OuhscBbmc/REDCapR, https://www.ouhsc.edu/bbmc/, https://project-redcap.org
3738
BugReports: https://github.com/OuhscBbmc/REDCapR/issues
3839
Depends:

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ This will help extract forms from longitudinal & repeating projects.
7474
7575
* `redcap_dag_read()` has new `data_access_group_id` field (introduced maybe in [13.1.0](https://community.projectredcap.org/articles/13/index.html)) (#459)
7676
* `redcap_users_export()` has new `mycap_participants` field (introduced maybe in [13.0.0](https://community.projectredcap.org/articles/13/index.html)) (#459)
77+
* Accommodate older versions of REDCap that don't return project-level variable, like `has_repeating_instruments_or_events`, `missing_data_codes`, `external_modules`, `bypass_branching_erase_field_prompt` (@the-mad-statter, #465, #466)
78+
7779

7880
Version 1.1.0 (released 2022-08-10)
7981
==========================================================

0 commit comments

Comments
 (0)