Skip to content

Commit

Permalink
news entry for @the-mad-statter
Browse files Browse the repository at this point in the history
related to #465 & #466
  • Loading branch information
wibeasley committed Feb 14, 2023
1 parent afc6a97 commit f98f8cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Encapsulates functions to streamline calls from R to the REDCap
University. The Application Programming Interface (API) offers an avenue
to access and modify data programmatically, improving the capacity for
literate and reproducible programming.
Version: 1.1.9004
Version: 1.1.9005
Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
"[email protected]", comment = c(ORCID = "0000-0002-5613-5006")),
person("David", "Bard", role = "ctb", comment = c(ORCID = "0000-0002-3922-8489")),
Expand All @@ -32,7 +32,8 @@ Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
role = "ctb",
comment = c(ORCID = "0000-0003-2996-8034")), person("Ezra", "Porter",
role = "ctb",
comment = c(ORCID = "0000-0002-4690-8343")))
comment = c(ORCID = "0000-0002-4690-8343")), person("Matthew", "Schuelke",
role = "ctb", email="[email protected]"))
URL: https://ouhscbbmc.github.io/REDCapR/, https://github.com/OuhscBbmc/REDCapR, https://www.ouhsc.edu/bbmc/, https://project-redcap.org
BugReports: https://github.com/OuhscBbmc/REDCapR/issues
Depends:
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ This will help extract forms from longitudinal & repeating projects.
* `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)
* `redcap_users_export()` has new `mycap_participants` field (introduced maybe in [13.0.0](https://community.projectredcap.org/articles/13/index.html)) (#459)
* 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)


Version 1.1.0 (released 2022-08-10)
==========================================================
Expand Down

0 comments on commit f98f8cf

Please sign in to comment.