Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirillseva/r4ds

R for data science
https://github.com/kirillseva/r4ds

Last synced: 15 days ago
JSON representation

R for data science

Awesome Lists containing this project

README

        

# 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]

```{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")`