I have build a packrat rshiny project and bundled the project to a tar.gz file.
Now, When I am trying to move this to linux server which doesn't have Rshiny package and doesn't have privileges to install packages.
When I run the app from linux terminal with R -e "shiny::runApp('~/shinyapp')"
I am getting error shiny package not available.
How can I initiate the packrat on server and use the shiny package available in packrat library to run the application from terminal.