https://github.com/kirillseva/r4ds
  
  
    R for data science 
    https://github.com/kirillseva/r4ds
  
        Last synced: 4 months ago 
        JSON representation
    
R for data science
- Host: GitHub
 - URL: https://github.com/kirillseva/r4ds
 - Owner: kirillseva
 - License: other
 - Fork: true (hadley/r4ds)
 - Created: 2015-12-16T23:25:05.000Z (almost 10 years ago)
 - Default Branch: master
 - Last Pushed: 2015-12-17T16:29:47.000Z (almost 10 years ago)
 - Last Synced: 2024-11-27T10:36:14.387Z (11 months ago)
 - Language: JavaScript
 - Homepage: http://r4ds.had.co.nz/
 - Size: 15.4 MB
 - Stars: 1
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - kirillseva/r4ds - R for data science (JavaScript)
 
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")`