parent
3138d2d30b
commit
5f87402a1c
|
@ -1,2 +1,3 @@
|
||||||
^.*\.Rproj$
|
^.*\.Rproj$
|
||||||
^\.Rproj\.user$
|
^\.Rproj\.user$
|
||||||
|
^\.travis\.yml$
|
||||||
|
|
|
@ -1,14 +1,11 @@
|
||||||
# R for Data Science
|
# R for Data Science
|
||||||
|
[](https://travis-ci.org/hadley/r4ds)
|
||||||
|
|
||||||
This is code and text behind the [R for Data Science](http://r4ds.had.co.nz)
|
This repository contains the source of [R for Data Science](http://r4ds.had.co.nz)
|
||||||
book.
|
book. The book is built using [bookdown](https://github.com/rstudio/bookdown).
|
||||||
|
|
||||||
The R packages used in this book can be installed via
|
The R packages used in this book can be installed via
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
devtools::install_github("hadley/r4ds")
|
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/)
|
|
||||||
|
|
Loading…
Reference in New Issue