Check versions and update R packages used by application in shinyproxy

Hello,
Is there a way to check what versions of R packages the application on ShinyProxy server uses? And what is the best way to update the packages?

Hi
I recommand you to use the “renv” library to manage libraries in R application, is like pom.xml for java.
With renv you can use cache feature to speed up your builds for the images that shinyproxy will run.

hope this helps
ada

1 Like

Thank you. Look interesting and relevant. I will try working with this package