Skip to contents

rbiodatacr 0.1.2

  • Resubmission to CRAN; no functional changes from the previous version. Version bumped from 0.1.1 to 0.1.2 to resolve a CRAN incoming check conflict (insufficient version increment).

rbiodatacr 0.1.1

CRAN release: 2026-05-05

  • Fixed graceful failure when the BIODATACR API is unavailable or returns a non-200 HTTP status. Functions now return an empty tibble or NA_integer_ with an informative message instead of throwing an error, in compliance with CRAN policy on internet resources.
  • Fixed bdcr_occurrences() (and bdcr_occurrences_batch()) silently truncating results at 100 records regardless of how many were actually available. Both functions now paginate correctly to retrieve the requested number of records (or all of them, with rows = Inf), and report the taxon’s true total when the download is capped below it.
  • Fixed bdcr_occurrences_batch() progress messages repeating the last taxon’s name and status for every step instead of showing each taxon correctly.

rbiodatacr 0.1.0

CRAN release: 2026-04-29