Skip to contents

You will need a stable installation of R (preferably version 4.4.1) and RStudio. To install the asmcjr package, use the install_github() function from the devtools package. Since asmcjr requires compilation, ensure the following prerequisites are met:

Installation Steps

Ensure the devtools package is installed and loaded:

install.packages("devtools", dependencies = TRUE)
library(devtools)
devtools::install_github("uniofessex/asmcjr")