Releases: ropensci/rcites
Releases · ropensci/rcites
rcites 1.2.0
- 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 inSuggests
, see #56). - Classes are now tested properly (see #54).
rcites_res()
gains argumentsverbose
andraw
(see #43 and #62).- Request status now are reported by
warn_for_status()
rather than bystop_for_status()
, this prevents fast-failing in batch mode (see #62).
rcites v1.1.0
🎨 New feature
spp_*()
functions gain an argumentpause
(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 madespp_distributions()
throw an error fortaxon_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
See https://ropensci.github.io/rcites/news/index.html for more details.
Initial release v0.1.0
Features
- sppplus_taxonconcept: retrieve a taxon concept
- taxon_distribution: get distribution data
- taxon_eu_legislation: get EU legislation data
- taxon_cites_legislation: get legislation data
- taxon_references: get reference data
Documentation
See https://ibartomeus.github.io/rcites/ for more details.