Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 518 Bytes

How to install

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)

To run specific tutorials

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")