Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 613 Bytes

University of Auckland PhD Thesis Rmarkdown Template

This repository provides a template for a University of Auckland PhD thesis using Rmarkdown with the {bookdown} package, modified based on robjhyndman/MonashThesis.

Requirements

To set up the software, you will need to install the {bookdown} package and its dependencies as follows:

install.packages('bookdown')

You will also need LaTeX installed. If you don't already have LaTeX, one convenient approach is to install it via R:

install.packages('tinytex')
tinytex::install_tinytex()