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")
 


posted @ 2020-08-18 10:05  好问雷  阅读(2166)  评论(0编辑  收藏  举报