Skip to contents

rcites 1.3.0

CRAN release: 2023-02-12

  • set_token() now keeps prompting a message as long as the token is an empty character string and it also indicates when a token might not be valid.
  • Minor code reformatting throughout the code.
  • Cassettes are now recorded in JSON (see #66).

rcites 1.2.0

CRAN release: 2021-11-04

  • 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 1.1.0

CRAN release: 2020-07-01

  • 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).
  • spp_*() functions gain an argument pause (see #50 and #51 following the issue reported by @fleurhierink in #49).
  • Minor text editions through the documentation.
  • Return an empty data frame when there is no listing available for a given species (fix #47 reported by @eveskew).

rcites 1.0.1

CRAN release: 2019-05-24

New features 🎨

  • rcites now imports cli πŸ“¦ to:
    1. clarify notes reported when downloading material;
    2. color titles in the default print methods.

Bugs fixed πŸ›

  • Fix a bug that prevented spp_taxonconcept() from downloading all the taxon concepts, see #42.

  • Fix a bug that generated infinte recursion error when using non-interactively without token, see #44.

rcites 1.0.0

CRAN release: 2018-11-17

New features 🎨

New function arguments

Function renamed

Using goodpractice

  • use β€˜<-’ for assignment instead of β€˜=’,
  • omit β€œDate” in DESCRIPTION,
  • avoid 1:length(...), 1:nrow(...), 1:ncol(...).

rcites 0.1.0

CRAN release: 2018-08-11

NB: this was the first release 1️⃣

Features 🎨