Skip to content

Instantly share code, notes, and snippets.

@certifiedwaif
Created February 14, 2019 04:15
Show Gist options
  • Save certifiedwaif/d2478677a78bd50628dd8f834d0e6718 to your computer and use it in GitHub Desktop.
Save certifiedwaif/d2478677a78bd50628dd8f834d0e6718 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt install -y build-essential
sudo apt install -y git
sudo apt install -y zlib1g-dev
sudo apt install -y libxml2-dev
sudo apt install -y gfortran
sudo apt install -y libclang-dev
snap install spotify
snap install slack
R -e "install.packages('tidyverse')"
R -e "install.packages('devtools')"
R -e "install.packages('roxygen2')"
R -e "install.packages('xaringan')"
R -e "install.packages('googlesheets')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment