Created
February 16, 2022 10:50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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