Deploy Rshiny app from local machine packrat project bundle to linux server

211 views Asked by At

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.

0

There are 0 answers