Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🐯
- Host: GitHub
- URL: https://github.com/mkearney/mizzourahmd
- Owner: mkearney
- License: cc0-1.0
- Created: 2018-09-25T19:18:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T17:36:52.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:14:35.433Z (5 months ago)
- Topics: mkearney-r-package, r, r-package, rmarkdown, rmarkdown-template, rmd, rmd-template, rstats
- Language: R
- Homepage: https://github.com/mkearney/mizzourahmd
- Size: 4.07 MB
- Stars: 21
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - mkearney/mizzourahmd - 😎 A clean and stylish template for rmarkdown 🐯 (R)
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: