rmddm provides Rmarkdown templates for use in data mining, specifically those projects following the CRISP-DM process. The package is based on the rticles package.
Installing rmddm from github with:
# install.packages("devtools")
devtools::install_github("wdavis12/rmddm")
Creating an RMarkdown template with the CRISP-DM structure:
library(rmarkdown)
draft("MyReport.Rmd", template = "crispdm_report", package = "rmddm", edit=FALSE)