This repository was archived by the owner on Mar 23, 2020. It is now read-only.
Version 0.7.4
Pre-release
Pre-release
News
Enhancement
- new print method for FlexTable that display the FlexTable in
the default browser or in RStudio viewer - improved vanilla.table rendering
- pot now handles soft returns when
\n
is used. - correct
addSection.docx
documentation
Debug
- debug text insertion in header/footer row with merged cells.
See http://github.com/davidgohel/ReporteRs/issues/58
Installation
Make sure you have a valid java run time on your system. It should be at least Java >= 1.6.
ReporteRs needs rJava
package ; run the following script to install it if needed.
if( !require( rJava ) ) install.packages("rJava")
From sources
if( !require( devtools ) ) install.packages("devtools")
devtools::install_github('ReporteRsjars', 'davidgohel')
devtools::install_github('ReporteRs', 'davidgohel')
Binary package
ReporteRsjars v0.0.2 is needed first. You can download the binary package here.