An Introduction to xaringan for Presentations: The Basics and Beyond
This is the course site for the Sharing Your Work with xaringan workshop created by Dr. Silvia Canelón for the NHS-R Community 2020 Virtual Conference.
This four-hour hands-on workshop will be a gentle introduction to the xaringan package as a tool to create impressive presentation slides that can be deployed to the web for easy sharing.
This workshop is designed for R users already familiar with R Markdown and GitHub.
We will use the software listed below only as an important backup in the event we experience technical difficulties with RStudio Cloud.
You can find step-by-step instructions for installing these here: macOS, Windows.
# From CRAN
install.packages("xaringan")
# From GitHub
remotes::install_github("nhs-r-community/NHSRtheme")
remotes::install_github("nhs-r-community/NHSRdatasets")
remotes::install_github("gadenbuie/xaringanExtra")
remotes::install_github("rstudio/fontawesome")
remotes::install_github("mitchelloharawild/icons")
This workshop draws from various sources, most notably Alison Hill’s Making Slides with R Markdown and Greg Wilson’s Teaching Tech Together. This workshop ran smoothly with the help of Laurie Baker as co-pilot.
This website was made with the distill package and a custom theme designed by Silvia Canelón.
If you see mistakes or want to suggest changes, please create an issue on the source repository.
Text and figures are licensed under Creative Commons Attribution CC BY-SA 4.0. Source code is available at https://github.com/spcanelon/xaringan-basics-and-beyond, unless otherwise noted. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".