Knitr bootstrap makes generating standalone reports extremely easy and the output looks really neat. Check out the example here. To recreate this you need to download the preview release of R Studio, and set up the front matter as follows:
---
output:
knitrBootstrap::bootstrap_document:
title: ""
theme: default
highlight: sunburst
theme.chooser: TRUE
highlight.chooser: TRUE
---