Skip to content

SussexPsychMethods/paas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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