Skip to content

coldfire79/rmdshower

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • R 57.9%
  • HTML 23.0%
  • CSS 17.5%
  • Shell 1.6%