Now on CRAN - binaries available soon
MINOR IMPROVEMENTS
-
rankagg()
doesn’t depend ondata.table
anymore (fixes issue with CRAN checks) - Replaced
RCurl::base64Decode()
withopenssl::base64_decode()
, needed for
ubio_*()
functions (#447) - Importing only functions (via
importFrom
) used across all imports now (#446).
In addition,importFrom
for all non-base R pkgs, includinggraphics
,methods
,
stats
andutils
packages (#441) - Fixes to prevent problems with httr v1, where you can’t pass a zero length
list to thequery
parameter inGET()
, but can passNULL
(#445) - Fixes to all of the
gni_*()
functions, including code tidying, some
DRYing out, and ability to pass in curl options (#444)
BUG FIXES
- Fixed typo in
taxize_cite()
- Fixed a bug in
classification()
where numeric IDs as input got
converted to itis ids just because they were numeric. Fixed now. (#434) - Catalogue of Life (COL) changed from using short numeric codes for taxa to
long alphanumeric UUID type ids. This required fixing functions using COL
web services (#435)
Release notes: https://github.com/ropensci/taxize/releases/tag/v0.6.2