MRCIEU / ieugwasr

R interface to the IEU GWAS database API
https://mrcieu.github.io/ieugwasr/
Other
67 stars 23 forks source link

some errors #52

Open Wushihao1 opened 3 months ago

Wushihao1 commented 3 months ago
remlapmot commented 3 months ago

We make a binary version of the package available in our https://mrcieu.r-universe.dev/builds. To install from there use the following code (on Windows and macOS)

install.packages("ieugwasr", repos = c("https://mrcieu.r-universe.dev", "https://cran.r-project.org"))

If you are on Ubuntu Linux modify the instructions here (i.e., change the package name to ieugwasr).

Wushihao1 commented 3 months ago

我们在https://mrcieu.r-universe.dev/builds中提供了该包的二进制版本。要从那里安装,请使用以下代码(在 Windows 和 macOS 上)

install.packages("ieugwasr", repos = c("https://mrcieu.r-universe.dev", "https://cran.r-project.org"))

如果您使用的是 Ubuntu Linux,请修改此处的说明(即将软件包名称更改为 ieugwasr)。

I have successfully installed the R package using the methods you mentioned, and subsequently installed the TwoSampleMR package successfully. However, I still encounter an error during the clumping_data process.