Recent Releases of natserv
natserv - natserv v1.0.0
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)
- R
Published by sckott about 6 years ago
natserv - natserv v0.4.0
MINOR IMPROVEMENTS
- update vignette to use rmarkdown style, make sure vignette has a title (#20)
- R
Published by sckott about 6 years ago
natserv - natserv v0.3.0
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
vcrfor 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(), andns_search()to catch common bad inputs to the functions (#11) - fixed bug in internal function
check_uid()that was throwing warnings inns_data()when passing more than one input (#14)
- R
Published by sckott over 7 years ago
natserv - natserv v0.1.4
MINOR IMPROVEMENTS
natservnow requirescrul>= 0.2.0, which fixed URL encoding to make our work innatserveasier.
- R
Published by sckott over 9 years ago