The goal of teachr is to provide a set of introductory tutorials for teaching / learning R following the philosophy of the tidyverse.

Installation

You can install the released version of teachr from CRAN with:

Optionally, you can install the development version hosted on GitHub for the latest versions of the tutorials with:

Example

Users can run the tutorials in the package as follows (note they should be sure to install the learnr package as well before attempting to run the tutorial):

To see the list of available tutorials in the teachr package (that you can use as the name argument), run:

learnr::run_tutorial(package = "teachr")