I was working on my Shiny App, an app with multiple plotly charts in it and has been working up until right now, randomly. It started with my Shiny App loading then crashing my entire RStudio, but the plots showed right before everything crashed. After researching that, I upgraded my R to version 3.6.3 and updated all packages to the new version. Now, none of my plotly charts will show locally in the Viewer tab or locally in my Shiny app BUT they will show on my Shiny Server and when I hit the "Show in new window" button on the Viewer tab. What happened!?
Notes:
- I can plot regular plots that show in the Plot tab i.e. plot(rnorm(100))
- I cannot plot simple plotly charts i.e. https://github.com/ropensci/plotly/issues/717#issuecomment-247336104
- RStudio is version 3.6.3
- Plotly is fully updated as well and I even tried the developer github version
I'm really hoping the upgrade to version 3.6.3 unchecked something in my settings so this is an easy fix. Can anyone help?