ropensci / rfishbase

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

load_taxa(server = "https://fishbase.ropensci.org/sealifebase") not loading sealifebase #117

Closed cboettig closed 7 years ago

cboettig commented 7 years ago

load_taxa loads a cached copy by default, somehow seems like when loading from cache it's using fishbase regardless of the server argument.

nylime commented 7 years ago

Hi Carl, I am a newcomer to rfishbase (and Github), and have had this problem - even when I specify sealifebase using the sample code, it gets fish names from fishbase:

common_to_sci("king crab", server = "http://fishbase.ropensci.org/sealifebase") [1] "Glyptocephalus cynoglossus"

Have you been able to resolve this? Many thanks, Emily

cboettig commented 7 years ago

Can you try using the version installed from GitHub? This is a bug in the cran version but should be fixed on the GitHub one

nylime commented 7 years ago

Thanks Carl - have done so, and it seems to be working. Thanks for your quick reply.

cboettig commented 7 years ago

Great, thanks for confirming. The patched version should be on CRAN now.