9.3 Shower presentations

Shower (https://github.com/shower/shower) is a popular and customizable HTML5 presentation framework. See Figure 9.3 for what it looks like.

A few sample slides created via the Shower presentation framework.

FIGURE 9.3: A few sample slides created via the Shower presentation framework.

The R package rmdshower (https://github.com/mangothecat/rmdshower) is built on top of Shower. You may install it from GitHub:

devtools::install_github("mangothecat/rmdshower")

You can create a Shower presentation with the output format rmdshower::shower_presentation, e.g.,

---
title: "Hello Shower"
author: "John Doe"
output: rmdshower::shower_presentation
---

See the help page ?rmdshower::shower_presentation for all possible options of this format.