Open explodecomputer opened 5 years ago
The installation should work now.
I'm used to load packages with devtools::load_all()
instead of installing + loading, when I actively update the code. I should have add "travis-ci.org" check to keep track installation issues.
Thanks for this @variani
Just to let you know about something - we developed a database of GWAS summary data (https://gwas.mrcieu.ac.uk/) which is what fed into a platform for causal inference testing called MR-Base, it currently has about 25k complete GWAS summary datasets and we're in the process of adding a bunch more. We'll also be making available an API for it soon. This R package https://github.com/MRCIEU/ieugwasr/ is an interface to the API, and we added a function that should conveniently pull down data (ld matrix and gwas summary data) in the format required for finemapr https://github.com/MRCIEU/ieugwasr/blob/master/R/finemapr.R. We're doing this for other packages that use gwas summary data also.
If there's anything that you'd like to see in the ieugwasr package wrt finemapr do let me know
I am trying to download the updates for Two Sample MR. I used the following code: devtools::install_github("mrcieu/ieugwasr", force=T)
I get this error message Error: Failed to install 'ieugwasr' from GitHub:
What could I do?
Hey @gs115 sorry for the slow reply. It seems to be working ok for me - and travis has the build passing. If the problem persists please post on here https://github.com/mrcieu/ieugwasr/issues with more info e.g. sessionInfo() and full error message
Thanks for making this package. There seems to be an installation issue:
I tried cloning, and
document()
andinstall()
but still no luck. Any suggestions?