Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkearney/mizzourahmd

😎 A clean and stylish template for rmarkdown 🐯
https://github.com/mkearney/mizzourahmd

mkearney-r-package r r-package rmarkdown rmarkdown-template rmd rmd-template rstats

Last synced: 2 months ago
JSON representation

😎 A clean and stylish template for rmarkdown 🐯

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```
# mizzourahmd

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)

> 🐯 A clean and pretty rmarkdown template (I don't like any of the default themes). 😎

## Installation

You can install the released version of mizzourahmd Github with:

``` r
## install from github
remotes::install_github("mkearney/mizzourahmd")
```

## Example

Additional information about and screen shots of the rendered
[default template](inst/rmarkdown/templates/mizzou_document/skeleton/skeleton.Rmd)
are included below.

### Fonts

This template uses [Roboto Condensed](https://fonts.google.com/specimen/Roboto+Condensed)
for its default font, [Roboto Black](https://fonts.google.com/specimen/Roboto) for its headings, and [Fira Code](https://github.com/tonsky/FiraCode) (with ligatures)
for all code.



### Data frames

By default, the template renders data frames using **{knitr}**'s `"kable"`,
which results in a nice looking HTML table.



### Figures

And plots render nicely as well!



## TO DO lists

Create nice-looking TO-DO lists with the `mizzourahmd::todo_document` template



The default template renders HTML that looks like this: