Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Dec 13, 2013
2 parents 88d1ff8 + cca3724 commit 851ed4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This repository contains all of the code examples for [Machine Learning for Hack

## Getting started ##

The code in this book relies on several R libraries. Two libraries, `RCurl` and `XML` require additional software to be installed:

- [http://curl.haxx.se/](curl) (for `RCurl`)
- [http://xmlsoft.org/](libxml2-dev) (for `XML`)

To make sure you have all of the requite libraries run the `package_installer.R` script. In your R console type the following:

> source("package_installer.R")
Expand All @@ -13,6 +18,8 @@ When running the installer inside R you will be asked where to save the library

$ sudo RScript package_installer.R



## Authors ##

- Drew Conway, Department of Politics, New York University [http://drewconway.com/](http://drewconway.com/)
Expand Down

0 comments on commit 851ed4c

Please sign in to comment.