chr1swallace/coloc

object 'LD' not found in installation (build_vignettes=TRUE)

bbb801 opened this issue · 4 comments

bbb801 commented

Dear Sir/Madam,

When I install th package using:

if(!require("remotes"))

  • install.packages("remotes") # if necessary
    

library(remotes)
install_github("chr1swallace/coloc@main",build_vignettes=TRUE,force=TRUE)

I got:

Quitting from lines 57-61 [unnamed-chunk-3] (a06_SuSiE.Rmd)
Error: processing vignette 'a06_SuSiE.Rmd' failed with diagnostics:
object 'LD' not found
--- failed re-building 'a06_SuSiE.Rmd'

SUMMARY: processing the following file failed:
'a06_SuSiE.Rmd'

Error: Vignette re-building failed.
Execution halted
Error: Failed to install 'coloc' from GitHub:
! System command 'Rcmd.exe' failed

1689400367087

I know I can set 'build_vignettes=FALSE'. But what and why object 'LD' is no found? Which package is it in? How to solve this problem?

bbb801 commented

Thank you.

By the way, I run 'a06_SuSiE.Rmd', and I have a similar issue. It seems 'LD' is not set for D3 but not for D4. I check they have an 'LD' matrix.
1689434302638

bbb801 commented