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

Releases: davidgohel/ReporteRs

Version 0.8.2

03 Aug 20:51
Compare
Choose a tag to compare
Version 0.8.2 Pre-release
Pre-release

Enhancement

  • new function as.HTML for bsdoc objects. It return the raw HTML of
    a bsdoc document. (suggested by Tyler Beason)
  • function raphael.html now returns a list with javascript instructions,
    HTML code and id values.

Debug

  • fix an encoding issue in pptx with bullets (reported by Jonathan
    Oxborrow)
  • fix an issue with NA values in FlexTable (reported by Vadim
    Bondarenko)
  • the package is now configured so that headless mode is always true.

Version 0.8.1

09 Jun 09:15
Compare
Choose a tag to compare
Version 0.8.1 Pre-release
Pre-release

News

Enhancement

  • add CodeBlock for vertabim output
  • add pot_img function to add inline images to pot objects

Debug

  • docx FlexTable headers were not repeated along pages.

Version 0.8.0

11 May 08:41
Compare
Choose a tag to compare
Version 0.8.0 Pre-release
Pre-release

News

Enhancement

  • Now always run java in UTF-8. For example, it make possible to
    use any layout name within PowerPoint templates.

Debug

  • Major corrections in graphic devices with UTF-8
    text and text positions. (reported by John Ehrlinger)
  • fix par.properties issue when using addPlot with vector.graphic = F
    in docx. (reported by Gilles Chapron)
  • fix row spanning disappearance when a column was resized.
    (reported by Mark Danese)
  • Line textures was not handled as documented in GraphicsEngine.h
    (reported by José Manuel Martínez)

Version 0.7.9

02 Apr 10:36
Compare
Choose a tag to compare
Version 0.7.9 Pre-release
Pre-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.

Version 0.7.6

23 Feb 17:10
Compare
Choose a tag to compare
Version 0.7.6 Pre-release
Pre-release

News

Enhancement

  • addImage now allows wmf and emf image within docx and pptx objects.
  • addHeaderRow has a new argument first to insert the row at
    on top of header rows.
  • new function list_bookmarks to extract bookmark names in a
    docx object
  • addImage has a new argument ppi to help defining dimensions of
    images within documents.

Debug

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.

Version 0.7.5

03 Feb 12:08
Compare
Choose a tag to compare
Version 0.7.5 Pre-release
Pre-release

News

Enhancement

  • new function text_extract to extract text from a docx object

Debug

  • debug PowerPoint slide replacement
    See #66

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.

Version 0.7.4

01 Feb 22:47
Compare
Choose a tag to compare
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

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.

Version 0.7.3

15 Dec 10:33
Compare
Choose a tag to compare
Version 0.7.3 Pre-release
Pre-release

News

Debug

  • minor debug with FlexTable subset (reported by Gilles Chapron).
  • Fix addDocument issue: close embedded file after having read it.
    (suggested by Olivier Barriere)

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.

Version 0.7.1

04 Dec 21:54
Compare
Choose a tag to compare
Version 0.7.1 Pre-release
Pre-release

News

DEBUG

  • markdown Title illegitimately detected. See github.
  • PDF issues: table cell padding is now rendered correctly when docx is saved to pdf.

ENHANCEMENT

  • embed external docx file into docx object with addDocument function (suggested by Olivier Barriere). See github.
  • allow comma and few other symbols in layout names for Libre Office users. See github.
  • id of the title can be specified with addTitle.bsdoc
  • new function for bsdoc: addTOC. It lets you generate a TOC into a bsdoc document.

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.

Version 0.6.9

17 Nov 22:40
Compare
Choose a tag to compare
Version 0.6.9 Pre-release
Pre-release

News

  • add bsdoc objects, a document object for nice bootstrap html files.

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: https://github.com/davidgohel/ReporteRsjars/releases/tag/v0.2

ReporteRs v0.6.9
Download then ReporteRs binary package (click on the green button below).