At work we have upgraded to R Studio Server Pro from the community edition. We use R 3.4.3 and develop Shiny apps with shiny 1.0.5.
Since the upgrade when running the app within RStudio it checks installed packages and then requests shiny be upgraded. If I click No nothing happens and the script is not executed. But if I upgrade the app breaks due to other dependencies.
How do you stop this behaviour and force the use of shiny 1.0.5?