Skip to content

Releases: ropensci/openalexR

openalexR 3.1.0

Choose a tag to compare

@massimoaria massimoaria released this 06 Jul 10:51
  • New oa_options() constructor for building the options argument of
    oa_fetch() and oa_query(). It provides argument autocompletion, defaults,
    and validation (e.g. catches misspelled options and out-of-range
    sample/per_page),
    while a plain list() is still accepted for backward compatibility (#182).
  • Paging parameters per_page, paging, and pages are now set through
    options = oa_options(...). Passing them as top-level arguments to
    oa_fetch() is deprecated but still works (with a warning).
  • oa_fetch() now errors when more than one filter has over 50 values, since
    only one such filter can be chunked per call.

openalexR 3.0.1

Choose a tag to compare

@massimoaria massimoaria released this 14 Jan 09:50
  • Fix CRAN R CMD check issues

openalexR 2.0.2

Choose a tag to compare

@massimoaria massimoaria released this 21 Oct 13:50
  • Fixed HTTP status 429 on CRAN

openalexR 1.2.0 for CRAN

Choose a tag to compare

@massimoaria massimoaria released this 10 Aug 08:49
228162b

openalexR 1.2.0 for CRAN

For ropensci

Choose a tag to compare

@trangdata trangdata released this 08 Nov 14:05
c0d32fe

Getting ready for ropensci submission. Main addition:

  • codemeta
  • contribution guide
  • code of conduct

openalexR 1.0.0 for CRAN

Choose a tag to compare

@massimoaria massimoaria released this 28 Sep 16:05
v1.0.0

Fixes for CRAN rules