Linux中安装R包pophelper
2022-08-22 本文已影响0人
17号小行星
R包版本
首先使用conda下载devtools
conda create -n R r-devtools
conda activate R
进入R并使用devtools下载pophelper
R
library(devtools)
devtools::install_github('royfrancis/pophelper')
如图
image.png
成功安装pophelper包