README.md

reporteR

reporteR manage your .R, .Rmd and .Rnw files by creating reproducible reports.

Installation

reporteR is not yet available on CRAN, so installation is not as simple as:

install.packages("reporteR")

You can install the latest development version of the code using the devtools R package.

# Install devtools, if you haven't already.
install.packages("devtools")

library(devtools)
install_github("psobczyk/reporteR")


psobczyk/reporteR documentation built on May 26, 2019, 10:33 a.m.