commit
8d03871d3d
19
README.md
19
README.md
|
@ -3,23 +3,14 @@
|
||||||
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.
|
book.
|
||||||
|
|
||||||
The site is built using [bookdown]
|
The site is built using [bookdown](https://github.com/rstudio/bookdown)
|
||||||
|
|
||||||
```{r}
|
|
||||||
devtools::install_github("yihui/knitr")
|
|
||||||
devtools::install_github("rstudio/bookdown")
|
|
||||||
```
|
|
||||||
|
|
||||||
jekyll, with a custom plugin to render `.rmd` files with
|
|
||||||
knitr and pandoc. To create the site, you need:
|
|
||||||
|
|
||||||
* jekyll gem: `gem install jekyll`
|
|
||||||
* bookdown: `install_github("hadley/bookdown")`
|
|
||||||
* [pandoc](http://johnmacfarlane.net/pandoc/)
|
|
||||||
* [knitr](http://yihui.name/knitr/): `install.packages("knitr")`
|
|
||||||
|
|
||||||
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")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To create the site, you also need:
|
||||||
|
|
||||||
|
* [pandoc](http://johnmacfarlane.net/pandoc/)
|
||||||
|
|
Loading…
Reference in New Issue