R包版本
首先使用conda下載devtools
conda create -n R r-devtools
conda activate R
進(jìn)入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")