Shinystan bug, launches by itself

Hi! I am encountering a very odd issue in rstudio. Shinystan is launching repeatedly showing an older version of a model, without me running the launch shinystan function. I even removed the command from all tabs. Whenever I start writing anything in an R file, shinystan launches. I also restarted R studio, my computer, but none of this solves the issue. Has anyone encountered a similar issue or knows how I can avoid this from happening all the time?

Thanks!

My guess is that when RStudio starts, it autoloads a saved image of objects that includes an old shinystan object. Just delete the .RData file in the directory RStudio starts in.

1 Like

That worked, thanks. Still weird that shinystan would launch by itself though.