vignettes/singularity.Rmd
singularity.RmdI build the docker image based on docker://openblasr/base. I follow the following steps:
openblasr/base docker image.yunran/prml.docker run -it --name yunran/prml openblasr/base /bin/bas
R
install.packages("dplyr")
install.packages("statmod")
install.packages("devtools")
devtools::install_github("yunranchen/prml",force=TRUE)
4