Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 420 Bytes

Advanced R programming

This is code and text behind the Advanced R programming 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 and s3_websiter gems: gem install jekyll s3_website
  • pandoc
  • knitr: install.packages("knitr")