装R包(package)error:(as ‘lib’ is unspecified)installation of package had non-zero exit status

装R包(package)error:(as ‘lib’ is unspecified)installation of package had non-zero exit status,第1张

概述帮小师妹跨 *** 作系统安装一个R包叫devtools, cran上只有Windows和OS 情况如下: 在本机上可以安装(Windows) 但是在超算平台上无法安装,平台系统为red hat(基于Linux) 给出的error为 Installing package into ‘~:/path/’ (as ‘lib’ is unspecified) 以及installation of package

帮小师妹跨 *** 作系统安装一个R包叫devtools,

cran上只有windows和OS

情况如下:

在本机上可以安装(windows)

但是在超算平台上无法安装,平台系统为red hat(基于linux)

给出的error为

Installing package into ‘~:/path/’
(as ‘lib’ is unspecifIEd)

以及installation of package had non-zero exit status

解决办法如下:

下文均在中执行

在本地(自己电脑安装好该包)和服务器的Rstudio中

运行

(.libPaths())

根据本地Rstudio给出的路径找到该包。将整个文件夹copy到linux平台的路径下

刷新Rstudio

执行

library(devtools)

 OK

感觉这是一个万能的方法,欢迎交流!

总结

以上是内存溢出为你收集整理的装R包(package)error:(as ‘lib’ is unspecified)installation of package had non-zero exit status全部内容,希望文章能够帮你解决装R包(package)error:(as ‘lib’ is unspecified)installation of package had non-zero exit status所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/1020990.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-23
下一篇 2022-05-23

发表评论

登录后才能评论

评论列表(0条)

保存