zhanxw / adv-r

Advanced R programming: a book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 jekyll-s3 gems: gem install jekyll jekyll-s3
  • pandoc
  • knitr: install.packages("knitr")

About

Advanced R programming: a book