Merge branch 'master' of github.com:hadley/r4ds

This commit is contained in:
hadley 2016-02-17 05:09:50 +11:00
commit bc2fb306a8
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")
```