This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
rorcid v0.6.0
NEW FEATURES
orcid_citations()
gains new internal functionextract_bibtex
to attempt to better parse bibtex (#74) thanks @RLumSKorcid_search()
gains new parameteraffiliation_org
to search by affiliation organization name, and parsesaffiliation_org
output (#75)orcid_search()
gains new parametersringgold_org_id
andgrid_org_id
, as well as parsing those outputs if present (#76)
MINOR IMPROVEMENTS
- clarify names of variables to store the ORCID API token (#71) thanks @fmichonneau
- dont run tests if ORCID token not found (#79)
BUG FIXES
- fix to
orcid_search()
: parsing issues were fixed by giving default NA's when no results found for certain result sections (#72) - tests now using cached requests/responses via vcr (#73)
orcid_search()
fix:orcid-identifier.path
was not returned when no results found; now we check for that in the results, and return an empty tibble if not found (#75)- in
orcid_search()
, keywords have to be passed as multiple instances ofkeyword
rather than askeywords
; fixed now; user facing still just useskeywords
as the input param (#77)