R语言下载GitHub包本地安装

  1. 在github.com上下载xx-master.zip
    2.安装
remotes::install_local("xx-master.zip", upgrade=F, dependencies=T)

另:也可以将zip文件解压成文件夹XX-master,输入命令

install.packages("xx-master", repos=NULL, type="source")

你可能感兴趣的:(R语言下载GitHub包本地安装)