1、在GitHub中找到此包,推荐安装步骤为:
("remotes")
remotes::install_github("MRCIEU/TwoSampleMR")
如果安装特定版本则:
("remotes")
remotes::install_github("MRCIEU/TwoSampleMR@0.4.26")
2、由于网络原因不能安装成功,则选择将GitHub中文件下载在本地进行安装:
①解压压缩文件——包含软件包的文件和目录结构
②
#安装devtools包(如果尚未安装)
("devtools")
library(devtools)
#进行本地安装
devtools::install_local("/path/to/TwoSampleMR-master") #确保将路径替换为实际文件夹路径
#调用
library(TwoSampleMR)