R 安装包的方法
install.packages(packageName)
install.packages(path_to_file, repos = NULL, type="source")
R CMD build githubPackagePath
install.packages(path_to_file, repos = NULL, type="source")install.packages("devtools") devtools::install_github("gitLocation")