From 4f01991f13d00a1cb8e22697c0f66e1cca9bd611 Mon Sep 17 00:00:00 2001 From: Jakub Nowosad Date: Wed, 12 Oct 2016 10:27:58 -0400 Subject: [PATCH] Update README.md (#468) --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 584f76a..7ec718e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ -# R packages +# R for Data Science -This is code and text behind the [R for data science](http://r4ds.had.co.nz) +This is code and text behind the [R for Data Science](http://r4ds.had.co.nz) book. -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") ``` - +The site is built using [bookdown package](https://github.com/rstudio/bookdown). To create the site, you also need: * [pandoc](http://johnmacfarlane.net/pandoc/)