Skip to content

Instantly share code, notes, and snippets.

@benjamin-chan
Forked from randyzwitch/r-ec2-part2.sh
Created May 28, 2016 13:09
Show Gist options
  • Save benjamin-chan/2f1037b7e3f8b1ed1253a862020aa39a to your computer and use it in GitHub Desktop.
Save benjamin-chan/2f1037b7e3f8b1ed1253a862020aa39a to your computer and use it in GitHub Desktop.
Using R on Amazon EC2 - Part 2
#Install in order to use RCurl & XML
sudo aptitude install libcurl4-openssl-dev
sudo apt-get install libxml2-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment