Hi:
We got the rstudio server upgraded in our organitzation by IT admins, and many developers are experiencing problems with our shiny apps, even if we use renv, because rstudio server forces us to upgrade the shiny package version to a newer one with many other dependencies also.
This breaks the app due to changes in the new packages not adapted to the code of the (complex app).
How can we force renv to keep taking control of the R pacakge versions to ensure that the complex app developed a couple of years ago keep running as expected?
Shall we just request a downgrade of the Rstudio Server to our IT admins????
Help!