Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Version 0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgohel davidgohel released this 17 Apr 17:09
· 690 commits to master since this release

Installation

Dependencies

Java >= 1.6

ReporteRs needs some R packages ; run the following script to install them if needed.

if( !require( rJava ) ) install.packages("rJava")
if( !require( ggplot2 ) ) install.packages("ggplot2")
if( !require( base64 ) ) install.packages("base64")
if( !require( highlight ) ) install.packages("highlight")

From sources

if( !require( devtools ) ) install.packages("devtools")
devtools::install_github('ReporteRsjars', 'davidgohel')
devtools::install_github('ReporteRs', 'davidgohel')

Binary package

Download first the ReporteRsjars binary package: https://github.com/davidgohel/ReporteRsjars/releases/tag/v0.1
Then ReporteRs binary package (click on the green button below)