Skip to content

Commit

Permalink
Fixed the error caused by using to get email frequency counts. Now us…
Browse files Browse the repository at this point in the history
…ing , which is a better choice anyway
  • Loading branch information
drewconway committed Dec 12, 2013
1 parent 045b970 commit 268433e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This repository contains all of the code examples for [Machine Learning for Hack

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)
- [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:

Expand Down

0 comments on commit 268433e

Please sign in to comment.