Changes

  • Default page size is now set to exact A4 format for Word documents
  • prepare paragraph styles management for officer > 0.6.8

new feature

  • plots now accept chunk options out.width and out.height if expressed in percent. #144

issues

  • fix get_fun() function
  • fix BugReports links for CRAN check

issues

  • fix manual links for CRAN check

issues

  • drop unreproducible test failure for CRAN on linux

issues

  • Compliance of pandoc version comparison in knit_print.dml() function following CRAN e-mail.

new feature

  • data.frame in Word now support chunk options tab.alt.title and tab.alt.description, used as alternative text for tables.
  • Document sections are set to NULL by default.
  • PowerPoint support for fpar() and block_list().

issues

  • fix usage of bookmark id containing underscore
  • update default values according to new default values of officer::opts_current_table().
  • dml background color bg is now read in R Markdown.
  • require officer >= 0.5.1 to avoid page breaking between sections

Internals

  • simplify/drop code with officer 0.4.5
  • add tests

new feature

  • emit a knitr chunk option is_rdocx_document set to TRUE when starting an rdocx_document. This will help with programing as it can be used to detect if in an rdocx_document context or not.

issues

  • bookmark only numbers
  • capture fig.cap.fp_text and not fig.fp_text
  • topcaption is now set to TRUE by default for tables as it is set by default in officer.

new feature

  • support for knitr chunk options tab.topcaption and tab.lp.
  • support for knitr chunk options tab.cap.tnd, tab.cap.tns and tab.cap.fp_text that let define prefix for auto-number table captions. Same with fig.cap.tnd, fig.cap.tns and fig.cap.fp_text for plots.

Issues

  • fix issue missing Word headers and footers.

new feature

  • Added the control of page dimensions; it is now possible to define the default section of a document.

Issues

new feature

  • support for knitr chunk option fig.alt and fig.topcaption.

Issues

  • fix section issue with margin sizes (now totally handled by officer)
  • fix rendering with writing to intermediates_dir
  • fix regression with cross-references

Changes

  • Changed RStudio menu label

Issues

  • fix issue with PowerPoint when no reference_doc is provided.
  • Added a NEWS.md file to track changes to the package.
  • Big refactoring