r4ds/README.md
Jim Hester f46409fde3 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.
2016-03-07 10:10:52 -05:00

17 lines
361 B
Markdown

# R packages
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")
```
To create the site, you also need:
* [pandoc](http://johnmacfarlane.net/pandoc/)