Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some errors #52

Open
Wushihao1 opened this issue Mar 11, 2024 · 2 comments
Open

some errors #52

Wushihao1 opened this issue Mar 11, 2024 · 2 comments

Comments

@Wushihao1
Copy link

  • installing source package 'ieugwasr' ...
    ** using staged installation
    ** R
    ** byte-compile and prepare package for lazy loading
    ** help
    *** installing help indices
    ** building package indices
    ** installing vignettes
    ** testing if installed package can be loaded from temporary location
    API: public: http://gwas-api.mrcieu.ac.uk/
    Error: package or namespace load failed for 'ieugwasr':
    .onLoad failed in loadNamespace() for 'ieugwasr', details:
    call: x[["date"]]
    error: subscript out of bounds
    Error: loading failed
    Execution halted
    ERROR: loading failed
@remlapmot
Copy link
Collaborator

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
Copy link
Author

我们在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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants