Skip to content

Releases: TxWRI/twriTemplates

twriTemplates 0.2.3

09 Feb 17:19
90d92ce
Compare
Choose a tag to compare

Minor changes

  • add pkgdown template for other packages
  • use pkgdown to document package
  • add contributors

twriTemplates 0.2.2

07 Feb 17:47
Compare
Choose a tag to compare

Major changes

  • twri_docx() is depreciated, the docx template now calls officedown directly.

New features

  • ggplot_box_legend generates a boxplot legend.

Minor bug fixes

  • twri-docx template includes new chunk options for formatting table and figure
    captions provided by officedown. (#11)
  • fix issue with citations causing pdf build failures.

twriTemplates 0.2.0

10 Sep 13:20
9d20c79
Compare
Choose a tag to compare
  • Initial package release.
  • Includes two rmarkdown templates for word and pdf document creation.
  • Includes two ggplot2 themes for print and presentation graphics.
  • Unit testing handled by testthat
  • Github actions used for r-cmd-check