Skip to content

Version 0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgohel davidgohel released this 13 Aug 09:34
· 11 commits to master since this release

ReporteRsjars

This package is a jars-only package that will rarely be updated. Theses external jars are required for package ReporteRs.
ReporteRs is a R package for creating Microsoft Word, Microsoft Powerpoint and HTML documents from R.

Installation

Dependencies

Java (>= 1.6).

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

if( !require( rJava ) ) install.packages("rJava")

From sources

From an R console (R >= 3.0):

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

Binary package
download the file (click on the green button below) and from R "install from local zip file" (or with install.packages)