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.
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: