devtools包用不了就换成 remotes包的安装函数remotes::install_github("your/package/path/in_github/")
进行安装,功能是一样的
GitHub包离线到本地安装
打包github源码包到本地,R终端执行 remotes::install_local("your_package_name.zip",upgrade = F,dependencies = T)

devtools包用不了就换成 remotes包的安装函数remotes::install_github("your/package/path/in_github/")
进行安装,功能是一样的
GitHub包离线到本地安装
打包github源码包到本地,R终端执行 remotes::install_local("your_package_name.zip",upgrade = F,dependencies = T)
本文标题:Error in library("devtools") : t
本文链接:https://www.haomeiwen.com/subject/tuzportx.html
网友评论