Go to file
hadley 8861a6a053 Now need sudo 2015-07-27 17:08:06 -05:00
_plugins First commit 2015-07-27 16:52:19 -05:00
.gitignore First commit 2015-07-27 16:52:19 -05:00
.travis.yml Now need sudo 2015-07-27 17:08:06 -05:00
LICENSE First commit 2015-07-27 16:52:19 -05:00
README.md First commit 2015-07-27 16:52:19 -05:00
_config.yml First commit 2015-07-27 16:52:19 -05:00
contribute.rmd First commit 2015-07-27 16:52:19 -05:00
cover.png First commit 2015-07-27 16:52:19 -05:00
index.rmd First commit 2015-07-27 16:52:19 -05:00
r4ds.Rproj First commit 2015-07-27 16:52:19 -05:00

README.md

R packages

This is code and text behind the R for data science book.

The site is built using 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
  • knitr: install.packages("knitr")