Skip to content

Complete transition to ROpenSci-style API

Choose a tag to compare

@katrinleinweber katrinleinweber released this 08 May 20:11
· 21 commits to master since this release
2f97fa7
  • NEW API: The deprecations announced in v0.8.0 are now completed: The
    bd_retrieve() family of functions has replaced retrieve_data() and
    retrieve_search_results() has been renamed to bd_retrieve_by_search(),
    see #96. Please update scripts and other downstream code that use BacDiveR.
  • purrr is no longer an imported / required dependency, but only suggested
    due to use in the introductory vignette, see #98.