Releases: davidgohel/ReporteRs
Version 0.8.2
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
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
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
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
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
- propagation of shape layout styles to the presentation slides with
pptx object is now working if argument par.properties is missing
in the call of addParagraph. http://github.com/davidgohel/ReporteRs/issues/48
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
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
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.
Version 0.7.3
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
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
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).