ropensci / taxa

taxonomic classes for R
https://docs.ropensci.org/taxa
Other
48 stars 12 forks source link

error in db_ref$get() after using $set() #207

Closed sckott closed 4 years ago

sckott commented 4 years ago

with current taxa on vectorize branch

library(taxa)
db_ref$set(name = 'gbif', id_regex = '.+')
db_ref$get()
#> Error: Corrupt x: no names
traceback()
#> 2: vctrs::field(definitions, "name")
#> 1: db_ref$get()
zachary-foster commented 4 years ago

Thanks, this should be fixed

sckott commented 4 years ago

thx