ropensci / ritis

Integrated Taxonomic Information Service (ITIS) R client
https://docs.ropensci.org/ritis
Other
16 stars 2 forks source link

itis_group is failing #15

Closed sckott closed 4 years ago

sckott commented 4 years ago
itis_group(q = "nameWOInd:/[A-Za-z0-9]*[%20]{1,1}[A-Za-z0-9]*/",
       group.field = 'rank', group.limit = 3)
#> Error in attr(x, names(atts)[i]) <- atts[[i]] :
#>   attempt to set an attribute on NULL
sckott commented 4 years ago

fixed in 95fecbe