Skip to contents

oai 0.4.0

CRAN release: 2022-11-10

NEW FEATURES

  • the requests are now made using httr::RETRY() rather than httr::GET() to facilitate retrying with delay control etc. Consult further the documentation of ‘httr’ package (#64)
  • @mbojan takes over package maintenance from @sckott

MINOR IMPROVEMENTS

  • update packages test to catch the ‘cannotDisseminateFormat’ OAI-PMH-level error correctly
  • added package hex logo

oai 0.3.2

CRAN release: 2021-05-13

MINOR IMPROVEMENTS

  • vignette fix, use markdown in suggests
  • update readme, use ropensci coc

oai 0.3.0

CRAN release: 2019-09-07

NEW FEATURES

  • id() gains as parameter so user can ask for different outputs (parsed list/data.frame, or raw xml/text) (#54)
  • most OAI functions changed their default url to http://api.gbif.org/v1/oai-pmh/registry, while count_identifiers() changed it’s default url to http://export.arxiv.org/oai2. the previous default url for Datacite was too unreliable (was often unresponsive)

MINOR IMPROVEMENTS

BUG FIXES

oai 0.2.2

CRAN release: 2016-11-23

NEW FEATURES

  • Added new parsers in get_records() specific to different OAI prefixes. Currently has parsers for oai_dc and oai_datacite. For prefixes we don’t have parsers for we return raw XML so you can parse it yourself. (#45)

MINOR IMPROVEMENTS

oai 0.2.0

CRAN release: 2016-02-06

NEW FEATURES

MINOR IMPROVEMENTS

  • Sped up some tests (#19)
  • Better description of OAI protocol in the DESCRIPTION file (#28)
  • Commented about where some internal functions come from (#31)
  • Import plyr for rbind.fill() (#32)
  • Including now some examples using OAI-PMH with GBIF and BHL (#33)
  • Better error handling! (#10) (#12) (#22) (#27) thanks @mbojan

BUG FIXES

  • Fixed bug where list_identifiers() threw error when no result was found (#13)
  • Dealing better with bad inputs to as parameter - stop with informative message now instead of failing without anything returned (#34)

oai 0.1.0

CRAN release: 2015-09-11

  • Released to CRAN.