Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

rmdshower.mango

Mango Solutions branded theme for rmdshower

Project Status: Active - The project has reached a stable, usable state and is being actively developed. LICENSE

Installation

This package is not currently released on CRAN and so you will need to install it from GitHub.

# install.packages("devtools")
devtools::install_github("MangoTheCat/rmdshower.mango")

Usage

To use a theme package in an Rmd file, you can simply refer to its name in the theme parameter of the YAML header, and rmdshower will look up the package and insert the appropriate CSS and other files in the output. As an example, to use the rmdshower.mango theme:

---
title: "Shower Presentations with R Markdown"
author: https://github.com/mangothecat/rmdshower
ratio: 16x10
output:
  rmdshower::shower_presentation:
    self_contained: false
    katex: true
    theme: mango
---

More information

License

MIT © Mango Solutions, R Studio, Vadim Makeev

About

Mango theme for rmdshower

Resources

License

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
You can’t perform that action at this time.