uqrmaie1 / admixtools

https://uqrmaie1.github.io/admixtools
74 stars 14 forks source link

What should I do with "The 'plotly_click' event tied a source ID of 'src' is not registered"? #37

Open sttongjai opened 1 year ago

sttongjai commented 1 year ago

After I entered "run_shiny_admixtools()" and got admixtools 2 on my web browser. On the R console, there is a message saying "Warning: The 'plotly_click' event tied a source ID of 'src' 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", as shown below. What should I do to fix this?

Thank you very much,

Siripong

######################################################

run_shiny_admixtools()

Listening on http://127.0.0.1:7621 Warning: Good news! You don't need to call useShinyalert() anymore. Please remove this line from your code. If you really want to pre-load {shinyalert} to the UI for any reason, use: useShinyalert(force = TRUE) [1] "navbar detected" [1] "f2_options" [1] "navbar selected" [1] "f2_options" [1] "navbar:" [1] "f2_options" [1] "multiprocess" [1] "dashboardbody" [1] "expanded!" [1] "data" [1] "navbar == data!" [1] "load_data" [1] "global$bod change detected!" Warning: The 'plotly_click' event tied a source ID of 'src' 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.

######################################################

janxkoci commented 1 year ago

It's just a warning, you don't have to do anything. Warnings are safe to ignore for users and intended for developers, usually.