How to install and use the R package aSPU? In R: first, install "devtools" library: install.packages("devtools") then call "devtools" library and install "aSPU" package library(devtools) install_github("ikwak2/aSPU") Now you can view manual of each function or run example code: ?aSPU example(aSPU)