Releases: ropensci/openalexR
Releases · ropensci/openalexR
Release list
openalexR 3.1.0
- New
oa_options()constructor for building theoptionsargument of
oa_fetch()andoa_query(). It provides argument autocompletion, defaults,
and validation (e.g. catches misspelled options and out-of-range
sample/per_page),
while a plainlist()is still accepted for backward compatibility (#182). - Paging parameters
per_page,paging, andpagesare 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
openalexR 2.0.2
openalexR 1.2.0 for CRAN
openalexR 1.2.0 for CRAN
For ropensci
Getting ready for ropensci submission. Main addition:
- codemeta
- contribution guide
- code of conduct
openalexR 1.0.0 for CRAN
v1.0.0 Fixes for CRAN rules