在linux中关于R包devtools的安装
devtools
vuejs/devtools: Vue.js 开发者工具,这是一个浏览器插件,可以安装在 Chrome 和 Firefox 等现代浏览器中,用于调试 Vue 应用程序,提供了组件树查看、状态快照、时间旅行等高级调试功能。
项目地址:https://gitcode.com/gh_mirrors/de/devtools
免费下载资源
·
-
#先选择镜像,然后安装
-
options("repos"=c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))
-
install.packages("devtools")
报错
ERROR: configuration failed for package ‘openssl’ * removing ‘/home/huiweiwang/R/x86_64-pc-linux-gnu-library/4.2/openssl’ Warning in install.packages : installation of package ‘openssl’ had non-zero exit status * installing *source* package ‘httpuv’ ... ** package ‘httpuv’ successfully unpacked and MD5 sums checked ** using staged installation ** Using bundled copy of libuv ** PKG_CFLAGS=-Ilibuv/include ** PKG_LIBS=./libuv/.libs/libuv.a
方法1:最后用conda直接安装,退出R,然后输入代码
conda install r-devtools
对于其他有binary版本的R包,遇到had non-zero exit status
报错,
当我install.packages("gXXXX")
的时候,出现了烦人的报错——had non-zero exit status
。install.packages("xx",type="binary")
应该也都可以轻松解决。
You have a lot of outdated packages that are causing installation issues and you are using a quite old R version, I recommend you to update R to the latest version
update.packages(repos='http://cran.rstudio.com/', ask=FALSE, checkBuilt=TRUE)
Then you can try to install devtools
again
GitHub 加速计划 / de / devtools
24.6 K
4.14 K
下载
vuejs/devtools: Vue.js 开发者工具,这是一个浏览器插件,可以安装在 Chrome 和 Firefox 等现代浏览器中,用于调试 Vue 应用程序,提供了组件树查看、状态快照、时间旅行等高级调试功能。
最近提交(Master分支:3 个月前 )
79116147 - 4 个月前
f0359002 - 5 个月前
更多推荐
已为社区贡献6条内容
所有评论(0)