Skip to content

Commit

Permalink
entry for @ezraporter
Browse files Browse the repository at this point in the history
ref #445
  • Loading branch information
wibeasley committed Oct 22, 2022
1 parent 86b7eb7 commit d23c793
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Expand Up @@ -13,7 +13,7 @@ Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
person("Thomas", "Wilson", role = "ctb"), person(given="John J",
family="Aponte", role = "ctb", email="john.aponte@isglobal.org"),
person("Rollie", "Parrish", role = "ctb", email =
"rparrish@flightweb.com", comment = c(ORCID = "0000-0001-8858-6381")),
"rparrish@flightweb.com", comment = c(ORCID = "0000-0001-8858-6381")),
person("Benjamin", "Nutter",
role = "ctb"), person("Andrew", "Peters",
role = "ctb", comment = c(ORCID = "0000-0003-2487-1268")), person("Hao", "Zhu",
Expand All @@ -30,7 +30,9 @@ Authors@R: c(person("Will", "Beasley", role = c("aut", "cre"), email =
comment = c(ORCID = "0000-0001-7390-6354")), person("Greg", "Botwin",
role = "ctb"), person("Stephan", "Kadauke",
role = "ctb",
comment = c(ORCID = "0000-0003-2996-8034")))
comment = c(ORCID = "0000-0003-2996-8034")), person("Ezra", "Porter",
role = "ctb",
comment = c(ORCID = "0000-0002-4690-8343")))
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
Expand Up @@ -57,6 +57,7 @@ This will help extract forms from longitudinal & repeating projects.
* A `httr::handle` value is accepted by functions that contact the server. This will accommodate some institutions with unconventional environments. (Suggested by @brandonpotvin, #429)
* `sanitized_token()` now accepts an alternative regex pattern. (Suggested by @maeon & @michalkouril, #370)
* `redcap_read_eav_oneshot()` is an UNexported function that returns data in an EAV format (#437)
* `redcap_metadata_read()` now correctly subsets the forms (identified & corrected by @ezraporter, #431 & #445)

### Minor Enhancements

Expand Down

0 comments on commit d23c793

Please sign in to comment.