University of Sydney theme for xaringan (remark.js)
Example and guide here: http://garthtarr.github.io/sydney_xaringan
To get started you will likely need:
install.packages('xaringan')
remotes::install_github("mitchelloharawild/icons")
install.packages("RefManageR")
install.packages("DT")
install.packages("tidyverse")
install.packages("googleVis")
To run the example, you may also need to follow the instructions here to download the set of fontawesome icons as part of the icons package setup, i.e. if you haven't already, you'll need to run
icons::download_fontawesome()
For further customisation you might consider the xaringanExtra package.