Install the following packages:
install.packages(c('countdown','rmarkdown','xaringan'))
devtools::install_github("ropenscilabs/icon")
Once the ìcon
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
.
Use pagedown
as suggested in yihui/xaringan#168 :
install.packages('pagedown')
pagedown::chrome_print('index.html')
mkdir bin
wget -P bin/ https://github.com/plantuml/plantuml/releases/download/v1.2024.7/plantuml-1.2024.7.jar
java -jar bin/plantuml.jar img/*.puml