From 0a6c0bda4fefae928eeaa18c22ee2bcfa19dee53 Mon Sep 17 00:00:00 2001 From: Colin Gillespie Date: Mon, 15 Feb 2016 19:40:19 +0000 Subject: [PATCH] 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. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 35803b9..aadac4d 100644 --- a/README.md +++ b/README.md @@ -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") +```