Our latest template uses Quarto, see https://quarto.org/docs/presentations/revealjs/.
To see the demo from the root of this repository, do:
quarto render quarto/insil/index.QmdInstall the following packages:
install.packages('countdown')
devtools::install_github("ropenscilabs/icon")Once the icon package has been installed, you will have to download icons libraries.
icons::download_ionicons()
icons::download_fontawesome()Be aware that the package is named icon on github but uses the namespace icons.
The xaringan R package eases the creation
of slideshows with remarkjs through R Markdown.
There are several themes available (see https://github.com/yihui/xaringan/wiki/Themes). To render a presentation, use rmarkdown::render("index.Rmd").
tamu_likeinSileco theme inspired by the TAMU template.hygge: use thehyggetheme.
Use pagedown as suggested in yihui/xaringan#168 :
install.packages('pagedown')
pagedown::chrome_print('index.html')