ropensci / rfishbase

R interface to the fishbase.org database
https://docs.ropensci.org/rfishbase
111 stars 40 forks source link

validate_names #200

Closed melissaszy closed 3 years ago

melissaszy commented 3 years ago

Hello,

When I try to use the validate_names function as such: vfish<-validate_names(unispp)

I get the following error message: Error: Invalid or closed connection

This function worked fine previously and is only giving me an error message today (after updating rfishbase). For context, I am using the latest version of rfishbase (version 3.1.6). My r version is the latest one (version 4.0.4). The unispp object i placed into the function is a character vector [1:60].

How should I fix this issue? Thank you!

melissaszy commented 3 years ago

update: I uninstalled rfishbase (3.1.6) and reinstalled version 3.0.4 and the validate_names() works now

cboettig commented 3 years ago

should be fixed in the most recent version (3.1.7)