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包
下载指定版本的包
require(devtools)
install_version("LDheatmap",version = "1.0-4",repos = "http://cran.us.r-project.org")