Skip to content

Commit

Permalink
add gifs to demonstrate the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Mar 20, 2020
1 parent 2a01a7f commit 2ef3ed8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
^CRAN-RELEASE$
^cran-comments\.md$
^\.travis\.yml$
^img$
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@ My personal favourite `R` templates for doing reproducible data analyses.
## Available Themes

- [United HTML Document](https://bootswatch.com/united/): a bootstrap-based single [R Markdown](https://bookdown.org/yihui/rmarkdown/) document

![](img/united.gif)

- [Bookdown Lite](https://bookdown.org/yihui/bookdown/): a single-paged [gitbook-based](https://www.gitbook.com/) document

![](img/bookdown_lite.gif)

## Install

From CRAN:
```r
install.packages("rtemps")
```

Note that the template example reports use the libraries [DT](https://rstudio.github.io/DT/), [ggplot2](https://github.com/tidyverse/ggplot2) and [xfun](https://github.com/yihui/xfun), so you will to install them if you want to see a working example.
Note that the package imports among others the libraries [DT](https://rstudio.github.io/DT/), [ggplot2](https://github.com/tidyverse/ggplot2) and [xfun](https://github.com/yihui/xfun).

## Usage

Expand Down
Binary file added img/bookdown_lite.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/united.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ef3ed8

Please sign in to comment.