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
Hello! I have some troubles using MetaboShiny on Windows R. After I build the database, I got the messages below:
Warning: Error in if: missing value where TRUE/FALSE needed
47: FUN [reactive/metabolitedbs.R#36]
46: lapply
45: [reactive/metabolitedbs.R#14]
2: shiny::runApp
1: MetaboShiny::start_metshi
Warning: The 'plotly_click' event tied a source ID of 'A' is not registered. In order to obtain this event data, please add event_register(p, 'plotly_click') to the plot (p) that you wish to obtain event data from.
[1] "- - - Closing MetaboShiny - - -"
And the browser can't open the web normally!
The text was updated successfully, but these errors were encountered:
Hi there, thanks for your interest and post! :)
Do you know if the database finished building without error?
The plotly message can be ignored for now - something I need to check out.
Can you send me a screenshot of what your MetaboShiny databases folder looks like?
Hello! I have some troubles using MetaboShiny on Windows R. After I build the database, I got the messages below:
Warning: Error in if: missing value where TRUE/FALSE needed
47: FUN [reactive/metabolitedbs.R#36]
46: lapply
45: [reactive/metabolitedbs.R#14]
2: shiny::runApp
1: MetaboShiny::start_metshi
Warning: The 'plotly_click' event tied a source ID of 'A' is not registered. In order to obtain this event data, please add
event_register(p, 'plotly_click')
to the plot (p
) that you wish to obtain event data from.[1] "- - - Closing MetaboShiny - - -"
And the browser can't open the web normally!
The text was updated successfully, but these errors were encountered: