This package provides a list of RMD Templates to use. The collection is opinionated.
The templates contained are:
- Open Data Website based on rmdformats::material
- LNCS Springer template based on normal pdf output (comes with a list of files ready for submission)
- PocketMod :)
You can not yet install the released version of rmdtemplates from CRAN with:
install.packages("rmdtemplates")
And the development version from GitHub with:
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("statisticsforsocialscience/rmd_templates")
library(rmdtemplates)
First run the following code:
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("statisticsforsocialscience/rmd_templates")
library(rmdtemplates)
Then restart R or better restart RStudio.
Voilá, you should now have additional options in your “New ->
RMarkdown” dialog.