Shiny Server package repository

Hello,

Is a package repository for Shiny Server available? The context is, that instead of manually updating Shiny Server as per it would be helpful if a package repo could be added and Shiny Server would automatically update without manual intervention.

Many thanks in advance.

Sean

Recently I do in my lappy to install the Shiny R package from the official repository so that it is available to all users, use the following command: sudo su - -c "R -e "install. packages('shiny', repos='http://cran.rstudio.com/')"" With su - , you run the command as root.

Thanks very much but that doesn't fix my problem unfortunately. I should have been clearer in my description, apologies. What I was referring to wanting to automate the the update of the shiny-server package as per the Shiny Server installation instructions:

$ wget https://download3.rstudio.org/ubuntu-18.04/x86_64/shiny-server-1.5.20.1002-amd64.deb
$ sudo gdebi shiny-server-1.5.20.1002-amd64.deb

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.