This repository was archived by the owner on Mar 23, 2020. It is now read-only.
Version 0.5.4
Pre-release
Pre-release
News
- addRScript implemented for docx, html and pptx
- addParagraph.pptx, addPlot.pptx, addFlexTable.pptx, addImage.pptx
gain arguments offx, offy, width and height (default missing)
to allow positioning shapes freely on a slide (independently of
what is defined in the slide layouts). It comes also now with a parProperties argument. - HTML code is available for FlexTable and plots.
See as.html.FlexTable and raphael.html.
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")
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)