To install the latest version of the CELINA package from GitHub, run the following code in R:
install.packages('devtools')
library(devtools)
devtools::install_github('pekjoonwu/CELINA')
This command should automatically install all required packages if they are not installed already.
See Tutorial for detailed documentation and examples.