Friday, March 13, 2015

Adventure in R

What's up?

I am taking a class on Coursera.org called - "The Data Scientist's Toolbox" teaches online by Jeef Leek, Brian Caffo, and Roger D. Peng.  Part of the class is to teach you how to use git, github, R, and R's packages

Rcurl package requires "curl-config".
This means that we need to do:
  • sudo apt-get install curl
  • sudo apt-get install libcurl4-gnutls-dev

No comments:

Post a Comment