https://github.com/Pakillo/rmdTemplates
Rmarkdown templates for reproducible science
https://github.com/Pakillo/rmdTemplates
r reproducible-research rmarkdown rmarkdown-templates rstudio
Last synced: about 1 month ago
JSON representation
Rmarkdown templates for reproducible science
- Host: GitHub
- URL: https://github.com/Pakillo/rmdTemplates
- Owner: Pakillo
- Created: 2014-07-25T15:35:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T09:14:07.000Z (over 2 years ago)
- Last Synced: 2024-06-11T19:36:12.196Z (10 months ago)
- Topics: r, reproducible-research, rmarkdown, rmarkdown-templates, rstudio
- Language: TeX
- Homepage:
- Size: 1.14 MB
- Stars: 127
- Watchers: 9
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rmarkdown - rmdTemplates: R package containing a collection of Rmarkdown templates
- jimsghstars - Pakillo/rmdTemplates - Rmarkdown templates for reproducible science (TeX)
README
## Rmarkdown templates
[](https://doi.org/10.5281/zenodo.595249)
[](https://github.com/Pakillo/rmdTemplates/actions)A collection of [Rmarkdown](https://rmarkdown.rstudio.com) templates for writing scientific manuscripts, manuscript reviews, Beamer slides (metropolis theme), xaringan HTML slides, and other Rmarkdown documents, with support for cross-references, citations and different bibliography styles.
Also includes a template and function (`generate_certificates`) to easily generate many individual PDF certificates for many people. This can be combined with packages like [gmailr](https://gmailr.r-lib.org/) or [blastula](https://pkgs.rstudio.com/blastula/) to automate the delivery of hundreds of certificates (e.g. for courses, conferences, etc).
See examples [here](https://github.com/Pakillo/rmdTemplates/tree/master/inst/examples):
- [Beamer Metropolis slides](https://github.com/Pakillo/rmdTemplates/tree/master/inst/examples/Beamer_metropolis_example.pdf)
- [Xaringan slides](https://github.com/Pakillo/rmdTemplates/tree/master/inst/examples/slides_xaringan_example.pdf)
- [Manuscript in PDF](https://github.com/Pakillo/rmdTemplates/tree/master/inst/examples/ms_PDF_example.pdf)
- [Manuscript in Word](https://github.com/Pakillo/rmdTemplates/tree/master/inst/examples/ms_Word_example.docx)
- [Certificate of Attendance](https://github.com/Pakillo/rmdTemplates/tree/master/inst/examples/certificate_example.pdf)
### Installation
To install the package, run:
```{r}
remotes::install_github("Pakillo/rmdTemplates")
```### Usage
After installing the package, click on `create new Rmarkdown document` in Rstudio
to have access to the templates.
See [Writing papers in Rmarkdown](https://frodriguezsanchez.net/post/writing-papers-in-rmarkdown/) and https://bookdown.org/yihui/rmarkdown/document-templates.html for
more information.### Citation
If you use any of these templates, I'd be grateful if you provided a link to your document in [this issue](https://github.com/Pakillo/rmdTemplates/issues/14). It can be helpful to know how other people are using and modifying these templates.
If you wish to cite the package or template:
F. Rodriguez-Sanchez (2021) rmdTemplates: a collection of Rmarkdown templates. https://doi.org/10.5281/zenodo.595249.
### Acknowledgements
Thanks to Yihui Xie, the Rstudio team, John MacFarlane, and all the people contributing to this workflow.