Skip to content

Releases: ropensci/natserv

natserv v1.0.0

15 May 21:03
Compare
Choose a tag to compare

BREAKING CHANGES

  • All old functions are gone and have been replaced by new functions. NatureServe has released a new API and is ending support for the old one on 15 June 2020, so there's no reason to support the old API. See the docs (https://docs.ropensci.org/natserv/) for example usage (#21)

natserv v0.4.0

17 Apr 20:15
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • update vignette to use rmarkdown style, make sure vignette has a title (#20)

natserv v0.3.0

23 Jan 03:14
Compare
Choose a tag to compare

NEW FEATURES

  • gains a vignette: "Introduction to natserve - An R package to wrap NatureServe's database API from rOpenSci" (#6) (#16) all work done by @mairindeith - thanks!

MINOR IMPROVEMENTS

  • add vcr for tests so that http requests are cached (#18)
  • link to taxize book in readme and vignette (#15)
  • improve failure behavior. the NatureServe API returns 200 on no result found, so we have to do gymnastics to catch that scenario (#9)

BUG FIXES

  • bug in ns_data() fixed related to subnations (#10)
  • a bunch of checks added within ns_data(), ns_images(), and ns_search() to catch common bad inputs to the functions (#11)
  • fixed bug in internal function check_uid() that was throwing warnings in ns_data() when passing more than one input (#14)

natserv v0.1.4

03 Jan 20:24
Compare
Choose a tag to compare

MINOR IMPROVEMENTS

  • natserv now requires crul >= 0.2.0, which fixed URL encoding
    to make our work in natserv easier.

natserv v0.1.0

15 Dec 02:27
Compare
Choose a tag to compare

NEW FEATURES

  • released to CRAN