Skip to content

Instantly share code, notes, and snippets.

@darioappsilon
Created February 16, 2022 10:50
sudo apt update
sudo apt-get install r-base
sudo su - \
-c "R -e \"install.packages('shiny', repos='https://cran.rstudio.com/')\""
sudo apt-get install gdebi-core
wget https://download3.rstudio.org/ubuntu-14.04/x86_64/shiny-server-1.5.17.973-amd64.deb
sudo gdebi shiny-server-1.5.17.973-amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment