terms()
(#18)publications()
function: parsing error fixed (#19) (#20)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 prompttibble::data_frame
useage to tibble::tibble
(#17)itis_search()
to demonstate how to search appropriately with spaces and other characters (#14)itis_group()
was failing on a parsing error (after retrieving the payload), via an error in parsing in solrium
package; fixed now (#15)solrium
package (#12)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
vcr
and webmockr
packages for unit test stubbingsolrium
package - users shouldn’t see any differences (#9)crul
as underlying HTTP client (#5)http
to https
(#8)http
to https
, was causing problems in some requests, but not others. Changed to https
(#4)solrium