R Presentation

Source Code

An HTML5 presentation described with R Markdown and built with R.

Pattern

diamond pattern presentation
  • Build this presentation with make.
  • This presentation builds into /docs.
  • When this repo is pushed to GitHub, it can be served as GitHub Pages using the /docs folder.

Usage

  • make develop - install development dependencies
  • make watch - automatically rebuild
  • make serve - host the presentation on a local web server
  • make release - commit changes and push to git

Requirements

R and the rmarkdown library.

R # install to ~/Library/3.*/library or whatever install.packages(‘rmarkdown’)