Changes in version 0.5.0 (2026-02-13) BUG FIXES - Removed dependency WikidataR, which was archived by CRAN, and replaced with direct calls to WikipediR - Fixed bug when supplying common names to wt_wikispecies_parse (#21) - Fixed bug in wt_data when parsing some taxa (#25) Changes in version 0.4.0 (2020-06-29) MINOR IMPROVEMENTS - remove docs link to httr that's not used in package (#19) - remove egs from readme, change vignette name Changes in version 0.3.0 (2018-10-19) MINOR IMPROVEMENTS - integration with vcr for test caching for all HTTP requests (#17) (#18) - link to taxize book and wikitaxa vignette in readme (#16) BUG FIXES - fix to wt_wikipedia() to separate
tags appropriately (#15) Changes in version 0.2.0 (2017-12-21) BUG FIXES - wt_wikicommons() fails better now when a page does not exist, and is now consitent with the rest of package (#14) - wt_wikicommons() fixed - classification objects were not working correctly as the data used is a hot mess - tried to improve parsing of that text (#13) - wt_data() fix - was failing due to i think a change in the internal pkg WikidataR (#12) Changes in version 0.1.4 (2017-05-05) NEW FEATURES - wt_wikipedia() and wt_wikipedia_search() gain parameter wiki to give the wiki language, which defaults to en (#9) MINOR IMPROVEMENTS - move some examples to dontrun (#11) Changes in version 0.1.0 (2017-04-03) NEW FEATURES - Released to CRAN