12 lines
404 B
Markdown
12 lines
404 B
Markdown
# R for Data Science
|
|
[![Travis build status](https://travis-ci.org/hadley/r4ds.svg?branch=master)](https://travis-ci.org/hadley/r4ds)
|
|
|
|
This repository contains the source of [R for Data Science](http://r4ds.had.co.nz)
|
|
book. The book 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")
|
|
```
|