Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.39 KB

NEWS.md

File metadata and controls

32 lines (23 loc) · 1.39 KB

VISCtemplates 0.3.0

  • New "empty" report template without the broilerplate PT report text.
    • Go to File > New File > Rmarkdown... > From Template and select the "Empty Report" template.
    • Or use template = "empty_report" argument in rmarkdown::draft().
    • See the updated vignette for more info.
  • Changes to bibliography.bib file.
    • Shortened file contains only citations used in VISC reports.
    • A project-level bibliography.bib file is written to the docs/ directory. Previously there was one file generated for each report.
  • New Github PR text links to the documentation for writing and code review.
  • Bug fixes:
    • Footnote hyperlinks fixed: Footnote text (^[MY_FOOTNOTE]).

VISCtemplates 0.2.0

  • Changes to VISC Report (PDF & Word Output) template.
    • Example text updated.
    • Functions defined in report are now exported functions from {VISCtemplates}. Use insert_break() to create a page break and insert_ref() to insert a reference to a table or figure.
    • Vignette updated to reflect these changes.

VISCtemplates 0.1.2

  • Minor fix to the VISC report template for compatibility with pandoc upgrade.

VISCtemplates 0.1.1

  • Added a NEWS.md file to track changes to the package.
  • Added CONDUCT.md and CONTRIBUTING.md to the package.
  • Improved README.Rmd.
  • You can now drop the VISC logo from the PT report template with dropVISClogo: true.