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

Version 0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgohel davidgohel released this 21 Apr 13:46
· 678 commits to master since this release

News

A new function is available add.plot.interactivity. It lets you add interactivity on the plots. Run the following code to see popup, click or double click events examples:

example(add.plot.interactivity)

The function can not be used with ggplot2 objects.

This release contains also an important debug in the docx graphical device and a code modification to be compatible with Ubuntu default compiler options.

In a next releases the graphics devices will handle clipping of text; there is no clipping actually so the engine clip very crudely (by omitting any text that does not appear to be wholly inside the clipping region). A known side effect is lattice strip names that can be omitted. See:
http://cran.r-project.org/doc/manuals/R-ints.html#Handling-text

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)