-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: lexical error: invalid char in json text. #1
Comments
This sounds like an problem downloading and parsing the database. To check, try |
Yes, the same error appears when I try to download the database by using get_funguild_db().
|
Thanks for that. I've looked into it a bit, and apparently this is due to a new format for the FUNGuild database, which is also causing the web version to not work. I'll see if I can come up with a fix. |
@Cmartinez-arias Try reinstalling FUNGuildR. The new version I just pushed should work again for fungi, but not nematodes (there doesn't seem to be a currently available version of the NEMAguild database.) |
It works perfect now!!! |
Glad to hear it! |
Hi there, I am also experiencing the same issue on a frshly (today) installed
I can't load the database:
This is the output of my
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): Thanks for your help. |
I am not able to replicate your error. The current version (I made a few small changes today, but they should not affect this) works both on my development computer and the GutHub test servers (including OSX). It's possible the database was temporarily unavailable. Try again now and see if it works. |
Thanks working now without having to reinstall. |
Hi @HBeral, |
@HBeral It looks like the FUNGuild database is back up now. Try your code again and let me know if you have any problem. |
Is the FUNGuild database down at the moment? Having the same issue running my code. |
I'm really new to using R for microbiome data analysis, so sorry in advance if i am not using the language properly.
Last week I succesfully installed FUNGuildR by using this:
install.packages("remotes")
remotes::install_github("brendanf/FUNGuildR")
library(FUNGuildR)
and when using the function funguild_assign () I succesfully obtained a new table with trophicModes, guild, growthForm, ....
Today, i'm trying to analyze new data but i am not capable to obtain anything.
The error that I get when running the funguild_assign function is this:
Does anybody knows what the problem is?
Thank you.
The text was updated successfully, but these errors were encountered: