Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

rorcid v0.3.0

Compare
Choose a tag to compare
@sckott sckott released this 21 Sep 22:58
· 214 commits to master since this release

NEW FEATURES

  • Added a vignette (#20)
  • orcid_id() function gains output for employment and funding (#24) (#29)

MINOR IMPROVEMENTS

  • change all is() calls to inherits() (#30)
  • using tibble package now for compact data.frame outputs instead
    of internal code. an associated change in the output of both orcid()
    and orcid_doi() is that we now return a tibble (data.frame) instead of
    a data.frame as a slot in a list. we add how many results are returned from
    your search as an attribute on the data.frame. Access it like
    attr(out, "found") (#25)
  • base ORCID API URL changed from http to https scheme
  • genereal improvements to documentation throughout package

DEPRECATED AND DEFUNCT

  • summary.or_id() is now defunct. see ?rorcid-defunct