I am trying to run the code located here (https://github.com/hadley/ggplot2-book/blob/master/README.md) to build a PDF of ggplot2 - Elegant Graphics for Data Analysis. Here is the code.
git clone https://github.com/hadley/ggplot2-book.git
cd ggplot2-book
make clean
make
When I run that in R, I get an error that says something like Error unexpected symbol in git clone. Has anyone else had that issue or does anyone know what I need to do to fix that? Any help would be greatly appreciated! Thank you!