Skip to content

Releases: ropensci/rcites

rcites 1.2.0

05 Nov 02:33
Compare
Choose a tag to compare
  • Default branch is now set to main.
  • synonyms are properly formatted (see #65).
  • print() methods are tested (see #57).
  • curl::curl_escape(x) is used to encode some URL parts (see #63).
  • Consistently uses message() for console (see #60).
  • Vignettes are not precomputed (see #58).
  • Tests now uses vcr (now listed in Suggests, see #56).
  • Classes are now tested properly (see #54).
  • rcites_res() gains arguments verbose and raw (see #43 and #62).
  • Request status now are reported by warn_for_status() rather than by stop_for_status(), this prevents fast-failing in batch mode (see #62).

rcites v1.1.0

01 Jul 17:04
Compare
Choose a tag to compare

🎨 New feature

  • spp_*() functions gain an argument pause (see #50, #51 following the issue reported by @fleurhierink in #49) to prevent functions from throwing errors caused by too many calls to the web API (which, for some reason, caused http 404 errors).

📝 Minor improvements

  • minor text editions through the documentation.

🐛 Bug fixes

  • internal function rcites_simplify_distributions() has been re-written to fix a bug that made spp_distributions() throw an error for taxon_id with only one distribution entry (see #53).
  • return an empty data frame when there is no listing available for a given species (Fix 🐛 #47 reported by @eveskew).

rcites 1.0.0

16 Nov 22:38
Compare
Choose a tag to compare

Initial release v0.1.0

23 Jul 16:06
Compare
Choose a tag to compare

Features

Documentation

See https://ibartomeus.github.io/rcites/ for more details.