Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.48 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.48 KB

rmdtemplates

Lifecycle: maturing Build Status

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 :)

Installation

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)

Install instructions

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.