From f46409fde3a041c4ad1ae3adef779e50ad617ff7 Mon Sep 17 00:00:00 2001 From: Jim Hester Date: Mon, 7 Mar 2016 10:10:52 -0500 Subject: [PATCH] Update README There was a broken link and all the R packages are installed automatically using `Remotes`. I believe the only external dependency is now pandoc. --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index aadac4d..584f76a 100644 --- a/README.md +++ b/README.md @@ -3,23 +3,14 @@ This is code and text behind the [R for data science](http://r4ds.had.co.nz) book. -The site is built using [bookdown] - -```{r} -devtools::install_github("yihui/knitr") -devtools::install_github("rstudio/bookdown") -``` - -jekyll, with a custom plugin to render `.rmd` files with -knitr and pandoc. To create the site, you need: - -* jekyll gem: `gem install jekyll` -* bookdown: `install_github("hadley/bookdown")` -* [pandoc](http://johnmacfarlane.net/pandoc/) -* [knitr](http://yihui.name/knitr/): `install.packages("knitr")` +The site is built using [bookdown](https://github.com/rstudio/bookdown) The R packages used in this book can be installed via ```{r} devtools::install_github("hadley/r4ds") ``` + +To create the site, you also need: + +* [pandoc](http://johnmacfarlane.net/pandoc/)