Rmarkdown, LaTeX and Knitr reporting templates for AAGI staff.
AAGI Report |
AAGI Short Report |
AAGI HTML Presentation |
AAGI Beamer Presentation |
---|
This package adds templates for AAGI reports and presentations to RStudio, accessible graphically via the File > New File... > R Markdown...
menu and also via the R Console using the new_report()
function.
Install this R package with:
if(!require("remotes")) install.packages("remotes")
remotes::install_github("AAGI-AUS/AAGITemplates", upgrade = FALSE)
The AAGI report/presentation templates for Microsoft Word and Microsoft PowerPoint can be installed easily on a Windows 10/11 SOE by the following steps.
- Download the .dotx and .potx template files from this GitHub directory to your machine (e.g., by clicking the following links):
- Copy and paste the template files into your "Custom Office Templates" directory. (This directory usually already exists in your User folder, but if the directory does not exist you can create it anywhere you like.)
- Open Microsoft Word and open the Options window. Navigate to the Save menu, and under Default personal templates location make sure that your "Custom Office Templates" directory is listed. If it's not already populated, just copy and paste your directory path from the previous step into this box.
If the templates are found successfully, then these AAGI report templates should be available under the 'Personal' tab when creating a new document in Microsoft Word (and also when creating a new presentation in Microsoft PowerPoint).