The following packages should be installed in the order listed.
install.packages("learnr")
install.packages("remotes")
remotes::install_github("SussexPsychMethods/paas", upgrade="never", build=FALSE)
Tutorials can either be accessed through the Tutorials pane in R Studio
Or they can be run from the R
Console
learnr::run_tutorial(name = "week1", package = "paas")
...
learnr::run_tutorial(name = "week10", package = "paas")