rmdshower

R Markdown Template for the Shower Presentation Engine

Project Status: Active - The project has reached a stable, usable state and is being actively developed. Linux Build Status CRAN RStudio mirror downloads

Installation

devtools::install_github("mangothecat/rmdshower")

Usage

Use the rmdshower::shower format in the Rmd header, and then just call rmarkdown::render() as usual:

---
title: "Shower Presentations with R Markdown"
author: "Gábor Csárdi"
output:
  rmdshower::shower_presentation:
    self_contained: false
    katex: true
    ratio: 16x10
---

More information

License

MIT © Mango Solutions, R Studio, Vadim Makeev