R Thesis Template

Write your thesis in R!

sussexthesis package

The sussexthesis package is based on Chester Ismay’s thesisdown package. The package includes a thesis template that is designed to be compatible with the submission requirements of the University of Sussex, with some additional APA formatting. The package is under active development and currently only works when knitting to pdf.

Using sussexthesis

Follow the thesisdown setup guide before installing sussexthesis package as detailed below:

# Install devtools
install.packages("devtools")
library(devtools)

# Install sussexthesis
devtools::install_github("de84sussex/sussexthesis")
library(sussexthesis)

Tips & Tricks