Skip to content

Commit

Permalink
add @skadauke and news entry
Browse files Browse the repository at this point in the history
ref #410
  • Loading branch information
wibeasley committed Aug 25, 2022
1 parent cf5fe1b commit 1c890c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 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.9001
Version: 1.1.9002
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"),
Expand All @@ -26,7 +26,9 @@ Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
role = "ctb", email = "[email protected]"), person("Victor", "Castro",
role = "ctb", email = "[email protected]",
comment = c(ORCID = '0000-0001-7390-6354')), person("Greg", "Botwin",
role = "ctb"))
role = "ctb"), person("Stephan", "Kadauke",
role = "ctb",
comment = c(ORCID = '0000-0003-2996-8034')))
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
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Upcoming Release
### New Features

* New `redcap_log_read()` function. Exports a project's log. (Thanks @joundso, #383, #320)
* New `redcap_project_info_read()` function. Exports a project's information, such as its language and production status. (Thanks @skadauke, #410)
* New parameter `blank_for_gray_form_status` in the functions `redcap_read()`, `redcap_read_oneshot()`, and `redcap_read_oneshot_eav()`. (@greg-botwin, #386, #389)
* `sanitized_token()` now accepts an alternative regex pattern. (Suggested by @maeon & @michalkouril, #370)

Expand Down

0 comments on commit 1c890c7

Please sign in to comment.