

It is a great way to interact with your data. The later package does appear to work with my other apps except for one in particular that happens to be the most extensive app I've been working on. To generate the template, type shinyapp and press Tab in the RStudio IDE or go to File > New Project > New Directory > Shiny Web Application Shiny app is a web page (ui) connected toa computer app.R library(shiny) running a live R session (server). Shiny apps can be run in RStudio, embedded in RMarkdown documents, or deployed to a web server (e.g. I'm not sure when this started happening and I've just been manually terminating and restarting in between runs for awhile now because I can't seem to find anything online to help me troubleshoot the issue.Īny ideas on what can cause this behavior/how I can troubleshoot? Eventually, if I try to interrupt R, the whole thing crashes. If I try to just run the app again after making some edits, the console gets stuck on runApp().

I've been developing an array of Shiny apps over the last year in RStudio, and at some point in time, I started running into this issue where if I am running an app locally on my computer, then close out the app, I have to completely terminate R and start a new session before I can try to run the app again.
