Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 12 libraries #8

Open
DanBuchan opened this issue Jun 5, 2012 · 2 comments
Open

Chapter 12 libraries #8

DanBuchan opened this issue Jun 5, 2012 · 2 comments

Comments

@DanBuchan
Copy link

The SVM examples require you to load library('e1071') but this library is not in the list of packages in chapter 1 table 1-2. I only noticed as I'd installed the packages by hand from that table rather than using the install script provided.

Alos, chapter 12 uses the melt() function but library('reshape') isn't mentioned in either that chapter text nor is it loaded at the head of the chapter12.R script.

@johnmyleswhite
Copy link
Owner

Thanks for such thorough comments, Dan! I'll fix the library installation script.

We should have just given readers our ~/.Rprofile, which loads all the Hadley packages like ggplot2, plyr and reshape by default for every R session.

@DanBuchan
Copy link
Author

Not a problem. I thought the book was really great so I figured it would be good to give something back in exchange.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants