-
Notifications
You must be signed in to change notification settings - Fork 17
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
issue #27 convert to gwasglue2 summaryset inside gwasvcf package #28
issue #27 convert to gwasglue2 summaryset inside gwasvcf package #28
Conversation
Trying to avoid error in checks: (still not working) - Quitting from lines 271-273 [unnamed-chunk-28] (guide.Rmd) Error: processing vignette 'guide.Rmd' failed with diagnostics: The `validate` argument of `as_tibble()` was deprecated in tibble 2.0.0 and is now defunct. Please use the `.name_repair` argument instead.
Additionally on line 73 of R/proxy.R, as with last 2 comments recommend amending temp <- do.call(rbind, strsplit(ld[["PHASE"]], "")) %>% dplyr::as_tibble(.data, .name_repair="minimal") to simply temp <- do.call(rbind, strsplit(ld[["PHASE"]], "")) %>% dplyr::as_tibble(.name_repair="minimal") |
And the same deletion of |
So I think that's 5 instances of |
And I recommend adding yourself to the DESCRIPTION as a ctb at least. |
And I recommend bumping the version number in the DESCRIPTION - we need to get better at remembering to do this in PRs. |
Thanks @remlapmot! I made all the changes and also added a NEWS file. |
This looks good to me @ritarasteiro . My last super minor comment is that is usually format the DESCRIPTION by running Also I think this PR also fixes issue #25. I don't seem to have the rights to add to the Developer pane on this PR page - so I'll put the text below which may hopefully close that issue on merging this. closes #25 |
Hi MRCIEU team, Would it be possible to merge these pull requests soon? I'm using your package for a project for finding LD proxies but this error still remains. Error: In addition, I was able to bypass the error by installing the branch with the new changes:
However, after running
Would it be possible to solve this issue? Thanks a lot! |
@ritarasteiro / @explodecomputer please merge #31 (if you're happy to) into this branch then merge this into master. (Note that both of these still don't fix #26 which we'll have to fix after this). |
Suggested additional fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me now.
Thanks for merging #31 @ritarasteiro - note the checks here are just failing because the OpenGWAS server is under heavy load. Also - it's worth noting I don't have any permissions on this repo - so I can't merge your PRs (even if I approve them - I just checked by approving this one, but I didn't obtain the Merge button). I'd be happy to merge this if you or @explodecomputer want to give me permission in the repo (I could be a backup for Gib when he's busy). |
@remlapmot I just added you with maintainer permissions. The checks appear to fail when trying to install genetics.binaRies in the guide and in ubuntu. I am also having some problems when trying to install this package locally. |
thanks
Great spot - the genetics.binaRies download fail is because Gib moved that repo from being under his account to under the MRCIEU org. Usually GitHub automatically redirects URLs of moved repos - and if you go to the old repo address it does indeed redirect. However it seems maybe there are some instances where the redirection doesn't occur. So I will send a little fix to genetics.binaRies to use the new-ish MRCIEU address before merging this. |
@explodecomputer - merging this as it seems good to me. |
SummarySet
from a vcf file.NOTE:
as_tibble
function.query_gwas,
whenproxies = yes
. I addedname_repair="minimal"
to all the calls ofas_tibble()
inproxy.r
without it, but it still is given an error. Need to further investigate.ERRORS:
error when running
check()
``--- re-building ‘guide.Rmd’ using rmarkdown
/usr/bin/sqlite3
Quitting from lines 271-273 [unnamed-chunk-28] (guide.Rmd)
Error: processing vignette 'guide.Rmd' failed with diagnostics:
The
validate
argument ofas_tibble()
was deprecated in tibble 2.0.0and is now defunct.
ℹ Please use the
.name_repair
argument instead.--- failed re-building ‘guide.Rmd’
SUMMARY: processing the following file failed:
‘guide.Rmd’
Error: Vignette re-building failed.
Execution halted
Error in
(function (command = NULL, args = character(), error_on_status = TRUE, …
:! System command 'R' failed``
error when running code in the vignette:
Error: ! The
validateargument of
as_tibble()was deprecated in tibble 2.0.0 and is now defunct. ℹ Please use the
.name_repair` argument instead.Backtrace: