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

Internal links

To link between sections, use internal links of the form #header-id. All header references are listed in toc.yaml and _plugins/index.R provides some other useful tools.

About

Advanced R programming: a book


Languages

Language:R 57.9%Language:C++ 30.9%Language:HTML 5.2%Language:CSS 2.6%Language:Shell 2.5%Language:Ruby 0.6%Language:JavaScript 0.2%