Skip to content

Commit

Permalink
Added instructions to README on using package_installer.R
Browse files Browse the repository at this point in the history
  • Loading branch information
drewconway committed Dec 12, 2013
1 parent f73651f commit 318f63d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@

This repository contains all of the code examples for [Machine Learning for Hackers](http://shop.oreilly.com/product/0636920018483.do) (2012). The code may not appear exactly as it does in the text, as additional comments and modifications may have been added since publication.


## Getting started ##

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")

When running the installer inside R you will be asked where to save the library files. If you'd like to install the libraries globally, you can run script at the command-line with admin privileges:

$ sudo RScript package_installer.R

## Authors ##

- Drew Conway, Department of Politics, New York University [http://drewconway.com/](http://drewconway.com/)
- John Myles White, Psychology Department, Princeton University [http://www.johnmyleswhite.com/](http://www.johnmyleswhite.com/)
- John Myles White, Data Science, Facebook [http://www.johnmyleswhite.com/](http://www.johnmyleswhite.com/)

## License ##

Expand Down

0 comments on commit 318f63d

Please sign in to comment.