/REPLesentR

Presentations inside the R REPL

Primary LanguageROtherNOASSERTION

Travis-CI Build Status Coverage Status CRAN_Status_Badge Downloads

Do presentations in the R REPL

This package provides tools to do presentations inside the R REPL. You can start from a RMarkdown file and compile a presentation you can then give directly in R!

Inspiration for this package comes from the REPLesent project which does the same thing for Scala.

Features

  • Tools to do presentations inside the R REPL
  • Take advantage of RMarkdown and pandoc
  • Evaluate code on slides
  • Integrate data visualisations using the fantastic 'txtplot' package

Wish-list:

  • Syntax highlighting on slides
  • Colours on slides
  • Satisfying set of formats for slides
  • Number of slide in lower right corner

Install from CRAN

install.packages("REPLesentR")

Install from GitHub

devtools::install_github("wahani/REPLesentR")

Getting started

Just start with the introduction presentation:

REPLesentR::introPresentation()