Skip to content

Instantly share code, notes, and snippets.

@gertvv
Created January 14, 2014 11:37
Show Gist options
  • Save gertvv/8416961 to your computer and use it in GitHub Desktop.
Save gertvv/8416961 to your computer and use it in GitHub Desktop.
Installing R for package development on Ubuntu
#!/bin/sh
# The suggested packages are required to build documentation.
sudo apt-get install --install-suggests r-base-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment