Skip to content

statisticsforsocialscience/rmd_templates

Repository files navigation

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.

About

A library to install additional templates to RStudio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published