Changelog
Source:NEWS.md
ritis 1.0
BUG FIXES
- fix for
publications()
function: parsing error fixed (#19) (#20)
ritis 0.9.0
CRAN release: 2020-04-17
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 0.8.0
CRAN release: 2019-10-29
MINOR IMPROVEMENTS
- updated docs and examples for
itis_search()
to demonstate how to search appropriately with spaces and other characters (#14)
BUG FIXES
-
itis_group()
was failing on a parsing error (after retrieving the payload), via an error in parsing insolrium
package; fixed now (#15)
ritis 0.7.6
CRAN release: 2018-12-18
BUG FIXES
- fixed bug in
search_anymatch()
: we weren’t correctly handling cases where no results were returned (#11)
Full diff: https://github.com/ropensci/ritis/compare/v0.7.2…v0.7.6
ritis 0.7.0
CRAN release: 2017-11-03
NEW FEATURES
- Now using new version of
solrium
package - users shouldn’t see any differences (#9)
ritis 0.5.4
CRAN release: 2016-10-13
BUG FIXES
- Base URL changed from
http
tohttps
, was causing problems in some requests, but not others. Changed tohttps
(#4)