R 安装在我们的大学集群上,但用户无权在主存储库中安装软件包。是否可以在我的用户登录中设置个人或临时存储库,我可以在其中安装和运行 R 包?
我一直在尝试使用 install.packages 安装软件包:
>install.packages('BiocInstaller_1.13.2.tar.gz', destdir="/home/jti222/programs",
lib="/home/jti222/R", repos=NULL, type="source")
然后它返回以下消息:
/share/cluster/apps/R/2.8.1/lib64/R/bin/INSTALL: line 280: /usr/bin/sed: No such
file or directory
ERROR: cannot extract package from 'BiocInstaller_1.13.2.tar.gz'
Warning message: In install.packages("BiocInstaller_1.13.2.tar.gz", destdir =
"/home/jti222/programs", : installation of package 'BiocInstaller_1.13.2.tar.gz'
had non-zero exit status
是否有遗漏的论点或无法做到这一点?
谢谢您的帮助!