-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.Rmd
74 lines (47 loc) · 1.82 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
```
# mizzourahmd <img src="man/figures/logo.png" width="160px" align="right" />
[![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.
<p align="center">
<img width="75%" src="tools/readme/ex1-shadow.png">
</p>
### Data frames
By default, the template renders data frames using **{knitr}**'s `"kable"`,
which results in a nice looking HTML table.
<p align="center">
<img width="75%" src="tools/readme/ex2-shadow.png">
</p>
### Figures
And plots render nicely as well!
<p align="center">
<img width="75%" src="tools/readme/ex3-shadow.png">
</p>
## TO DO lists
Create nice-looking TO-DO lists with the `mizzourahmd::todo_document` template
<p align="center">
<img width="75%" src="tools/readme/ex4-todormd.png">
</p>
The default template renders HTML that looks like this:
<p align="center">
<img width="75%" src="tools/readme/ex4-todo.png">
</p>