knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Jumping Rivers Presentation Style

Style sheets for the xaringan package

Installation

devtools::install_github("yihui/xaringan") # not on CRAN
devtools::install_github("jr-packages/jrPresentation")

You may need to submit a PR to update the get_author() function.

Example

You can create an example presentation in the directory /tmp/example

library("jrPresentation")
create_example(path = "/tmp/example")

Just go to that directory and knit index.Rmd



jr-packages/jrPresentation documentation built on Dec. 23, 2020, 2:49 a.m.