README.md

Efficient R Programming Tutorial

Build Status

This repository contains the slides and associated questions for the efficient R tutorial. All material is contained within an R package (very efficient).

The material in this tutorial is based on the Efficient R Programming book and the Jumping Rivers one day course.

Package Installation

The package lives in a drat on GitHub. Installation is straightforward

install.packages("drat")
drat::addRepo("jr-packages")
install.packages("efficientTutorial")

Accessing Course Material

The slides and questions are package vignettes. These can be viewed in the usual way

browseVignettes(package = "efficientTutorial")

or

vignette("slides_welcome", package = "efficientTutorial")



jr-packages/efficientTutorial documentation built on Feb. 16, 2020, 7:05 p.m.