Skip to content

Instantly share code, notes, and snippets.

@tonybenoy
Last active October 17, 2023 08:54
Show Gist options
  • Select an option

  • Save tonybenoy/bd3576139861ac27b02f459abfd3a414 to your computer and use it in GitHub Desktop.

Select an option

Save tonybenoy/bd3576139861ac27b02f459abfd3a414 to your computer and use it in GitHub Desktop.
Setting up R for Ubuntu codespaces
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libfontconfig1-dev
sudo apt-get install libharfbuzz-dev libfribidi-dev
sudo apt-get install libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment