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

Version 0.7.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidgohel davidgohel released this 02 Apr 10:36
· 273 commits to master since this release

News

Enhancement

  • Print method for bsdoc objects when R is interactive
  • FlexTable header rows text can be rotated if container is a pptx or a docx object.

Debug

  • propagation of shape rotation to the presentation slides with pptx object
  • Drop argument reset.dir of writeDoc.bsdoc

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.