美文网首页
linux下安装R包pophelper

linux下安装R包pophelper

作者: bio_橡树 | 来源:发表于2022-05-05 11:01 被阅读0次

方法一:
devtools::install_github('royfrancis/pophelper')
但这种方法网略设置不对会报错;


image.png

方法二:
从官网下载软件包到本地,手动安装
软件包地址:https://api.github.com/repos/royfrancis/pophelper/tarball/HEAD
下载完成后上传至服务器
执行本地安装命令(注意加文件路径)
devtools::install_local("/home/data/XX/R/x86_64-pc-linux-gnu-library/4.1/royfrancis-pophelper-v2.3.1-0-g3807852.tar.gz")

image.png

相关文章

网友评论

      本文标题:linux下安装R包pophelper

      本文链接:https://www.haomeiwen.com/subject/jymnyrtx.html