commit
5aa9b05f03
|
@ -17,3 +17,9 @@ knitr and pandoc. To create the site, you need:
|
||||||
* bookdown: `install_github("hadley/bookdown")`
|
* bookdown: `install_github("hadley/bookdown")`
|
||||||
* [pandoc](http://johnmacfarlane.net/pandoc/)
|
* [pandoc](http://johnmacfarlane.net/pandoc/)
|
||||||
* [knitr](http://yihui.name/knitr/): `install.packages("knitr")`
|
* [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")
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue