Skip to content

garthtarr/sydney_xaringan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sydney xaringan

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.