You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, get_dataset() was working alright until the last time I used it (March this year), but now it's consistently failing (for the same taxa, and even for the Examples in the help file) with Error in url::curl_fetch_memory(url, handle = handle) : Timeout was reached: [wnapi.neotomadb.org] Connection timed out after 10008 milliseconds, even if I greatly increase getOption('timeout') in my R installation. Cheers
The text was updated successfully, but these errors were encountered:
Hi @AMBarbosa thank you for reaching out. The package neotoma has now been deprecated. Unfortunately our wnapi.neotomadb.org server reached end of life and was no longer operable.
The package has been replaced by neotoma2. As much as possible we have kept many of the same patterns, but there are new data structures.
The wnapi server was only passing along data submitted before June 2020. The new package accesses all data up until the present. Please contact us directly either by email ([email protected]) or on our slack workspace (there is an it_r channel) and we can help assist you in migrating to neotoma2.
Thanks for the reply! I'll try 'neotoma2' the next time I need it (I was going to use it during a course, which has ended in the meantime). But I suggest adding a message about this when 'neotoma' is installed and/or loaded (like what happens e.g. when running library(maptools)). Right now, people are installing and loading the package with no idea that it has been replaced.
Hi,
get_dataset()
was working alright until the last time I used it (March this year), but now it's consistently failing (for the same taxa, and even for the Examples in the help file) withError in url::curl_fetch_memory(url, handle = handle) : Timeout was reached: [wnapi.neotomadb.org] Connection timed out after 10008 milliseconds
, even if I greatly increasegetOption('timeout')
in my R installation. CheersThe text was updated successfully, but these errors were encountered: