Weibin Huang (黄伟斌); 654751191@qq.com;
Note: If you are NEW in R programing, you had better deal with all the code here in RStudio, one of the best IDE for R programing.
# Install devtools
if (!requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
# Install dependancies
devtools::install_github('huangwb8/luckyBase')
# Install luckyExperiment
devtools::install_github('huangwb8/luckyExperiment')
To be continued...