-
Notifications
You must be signed in to change notification settings - Fork 177
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
Error in r$status_code : $ operator is invalid for atomic vectors #482
Comments
anybody know this |
having same issue since updating package regardless of the version.
|
try edit: mine problem is occured when |
thank you. it worked as i library(ieugwasr) |
options(ieugwasr_api = 'gwas-api.mrcieu.ac.uk/') |
I also met this bug. Anyone can solve it? |
options(ieugwasr_api = 'gwas-api.mrcieu.ac.uk/') |
options(ieugwasr_api = 'gwas-api.mrcieu.ac.uk/') |
Exp_Out_Harmonized_Clumped <- clump_data(harmonized,clump_kb = 10000,clump_r2 = 0.1,clump_p1 = 1,clump_p2 = 1,pop = "EUR") This worked for me Thanks |
library(ieugwasr) |
I used it work once then it gave the same error msg and stopped working with this error:No encoding supplied: defaulting to UTF-8. |
ao <- available_outcomes(options(ieugwasr_api = 'gwas-api.mrcieu.ac.uk/')) |
Please make sure that this is a feature request! If you have questions about how to use TwoSampleMR please use the Discussions function instead.
Describe the feature you would like to see (required)
Provide a clear and concise description
Error in r$status_code : $ operator is invalid for atomic vectors
Describe the importance of this feature to your research (required)
Describe the anticipated value of this feature to the wider research community (required)
Contribute a solution (optional)
If you are willing to contribute to the development of this feature, please submit a pull request and/or briefly describe your proposed solution
The text was updated successfully, but these errors were encountered: