Search code examples
rpowerpointreporters

How to shrink text on overflow in a pptx textbox with ReporteRs library (R)?


I'm trying to automate pptx creation in R using ReporteRs but I have problems with the textboxes. Although the template has the 'shrink text on overlow' option set, the pptx created has always marked the 'Do not Autofit' option.

It seems is a limitation of the library but if anybody knows how to solve...


Solution

  • Just to let you know that the new CRAN version (0.8.6) should fix this issue.

    install.packages("ReporteRs")