Skip to content

rcrossref v0.6.0

Compare
Choose a tag to compare
@sckott sckott released this 08 Nov 18:54
· 248 commits to main since this release

NEW FEATURES

MINOR IMPROVEMENTS

  • Added to man files where appropriate new 10K max value for the
    offset parameter (#126)
  • Added to pkg level man file new rate limit headers included,
    and how users can get to those, via config=verbose() call (#124)
  • Better failure modes on input parameters, still more work to do
    surely (#101)
  • sleeping now between tests to avoid making crossref rate
    limit gate keepers mad (#125)
  • cr_search and cr_search_free are now defunct. They were marked
    deprecated in previous version, and warned of defunctifying, and now
    they are defunct. Similar functionality can be done with e.g., cr_works()
    (#102)
  • crosscite is now defunct. The functionality of this function can be
    achieved with cr_cn() (#82)
  • cr_fundref is now defunct. Crossref changed their name fundref
    to funders, so we've changed our function, see cr_funders() (#83)
  • parameter sample maximum value is now 100, was previously 1000.
    documentation updated. (#118)
  • New filters has-clinical-trial-number and has-abstract added to
    the package, see ?filters for help (#120)