Skip to content
Prev 3455 / 7420 Next

Problem with function iucn_summary() of taxize package, returning error in strsplit()

Hai Augusto,

thanks for reporting this bug!

I just pushed a fixed version, where NA is returned when the IUCN-API 
does not return anything.
You can install the newest version from github via:

install.packages("devtools")
require(devtools)
install_github("taxize_",  "ropensci")
require(taxize)


Happy holidays,

Eduard
On 12/19/2012 08:29 PM, Sarah Goslee wrote: