R packages This is code and text behind the R packages 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")