linux下安装R包pophelper
2022-05-05 本文已影响0人
bio_橡树
方法一:
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