This page describes the installation process of teachR.

teachR has not been released on CRAN yet, but it can be easily installed from its GitHub repository with the following steps.



1.1 - Before installing

Before installing teachR, you will need to install the latest version of the devtools package. You can install devtools from CRAN as follows:

if (!require(devtools))
  install.packages("devtools")

1.2 - Installing teachR

You can install teachR as follows:

devtools::install_github("swarm-lab/teachR")

1.3 - Loading teachR

library(teachR)