Update README.md

All of the associated R packages for the book can be installed trivially, since the book is a (sort of) fake package thanks to the travis-CI implementation.
This commit is contained in:
Colin Gillespie 2016-02-15 19:40:19 +00:00
parent 4f3d31379a
commit 0a6c0bda4f
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ knitr and pandoc. To create the site, you need:
* bookdown: `install_github("hadley/bookdown")`
* [pandoc](http://johnmacfarlane.net/pandoc/)
* [knitr](http://yihui.name/knitr/): `install.packages("knitr")`
The R packages used in this book can be installed via
```{r}
devtools::install_github("hadley/r4ds")
```