Update README.md (#468)

This commit is contained in:
Jakub Nowosad 2016-10-12 10:27:58 -04:00 committed by Hadley Wickham
parent 898b86cf63
commit 4f01991f13
1 changed files with 3 additions and 5 deletions

View File

@ -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/)