/RcompileSlides

Simple package with addin to compile Rmarkdown slides to HTML and PDF

Primary LanguageRMIT LicenseMIT

RcompileSlides

Creates an Rstudio addin to compile slide desks to HTML and PDF using pagedown::chrome_print. Requires Google Chrome to be installed.

Also contains a collection of additional css and javascript files that I've created to make presentations look different/better. These are included with an Rmarkdown template called "Morey presentation".

To install, run:

devtools::install_github(repo = "richarddmorey/RcompileSlides", dependencies = TRUE)

You may need to install the devtools R package first.

To turn on note slides compilation, you'll need pdfjam installed, and to set the appropriate Rcompileslides option before using the addin:

RcompileSlides::pkg_options(notes_slides = TRUE)