Releases: ropensci/ritis
Releases · ropensci/ritis
ritis v1.0.0
ritis v0.9.0
MINOR IMPROVEMENTS
- an example added to
itis_search()
for how to do a search for Class Aves, and how to drill down from Class Aves to genera within Aves; added text to readme and vignette about how to cite ITIS and a brief comparison of ITIS to other taxonomic data sources; added brief terminology section to readme and vignette with 3 terms thus far (mononomial, binomial, trinomial) (#16) thanks to @trashbirdecology for the prompt - change
tibble::data_frame
useage totibble::tibble
(#17)
ritis v0.8.0
ritis v0.7.6
ritis 0.7.6
MINOR IMPROVEMENTS
- improve docs for solr functions, pointing to appropriate docs in
solrium
package (#12) - give link to taxize book in readme, vignette, and pkg level manual file (#13)
BUG FIXES
- fixed bug in
search_anymatch()
: we weren't correctly handling cases where no results were returned (#11)
Full diff: v0.7.2...v0.7.6
ritis v0.7.2
NEW FEATURES
- Integration with
vcr
andwebmockr
packages for unit test stubbing
ritis v0.7.0
NEW FEATURES
- Now using new version of
solrium
package - users shouldn't
see any differences (#9)
ritis v0.6.0
ritis v0.5.4
BUG FIXES
- Base URL changed from
http
tohttps
, was causing problems in some
requests, but not others. Changed tohttps
(#4)
ritis v0.5.0
NEW FEATURES
- Re-released to CRAN
- Complete overhaul of the package API, simplifying all function
interfaces, using JSON by default, shorter names, reduce code reuse. - Added functions for interacting with ITIS's new Solr
interface via use ofsolrium