- 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 inrmarkdown::draft()
. - See the updated vignette for more info.
- Go to
- Changes to
bibliography.bib
file.- Shortened file contains only citations used in VISC reports.
- A project-level
bibliography.bib
file is written to thedocs/
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])
.
- Footnote hyperlinks fixed:
- 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 andinsert_ref()
to insert a reference to a table or figure. - Vignette updated to reflect these changes.
- Minor fix to the VISC report template for compatibility with pandoc upgrade.
- Added a
NEWS.md
file to track changes to the package. - Added
CONDUCT.md
andCONTRIBUTING.md
to the package. - Improved
README.Rmd
. - You can now drop the VISC logo from the PT report template with
dropVISClogo: true
.