saigegit / SAIGE

Development for SAIGE and SAIGE-GENE(+)
GNU General Public License v3.0
66 stars 29 forks source link

Download failed with error 503 for: //github.com/statgen/savvy/archive/v2.1.0.tar.gz #68

Closed 7JVST closed 1 year ago

7JVST commented 1 year ago

I am trying to install SAIGE from source codes using the commands shown in https://saigegit.github.io/SAIGE-doc/docs/Installation_sourcecode.html but still persistently getting this error. Please let me know how to fix this error.

` installing to library ‘/home/Justin/R/x86_64-pc-linux-gnu-library/4.2’

installing source package ‘SAIGE’ ... ** using staged installation Ignore package xz Downloading https://github.com/statgen/savvy/archive/v2.1.0.tar.gz [----------------------------------------------------------------------] 0% Download failed with error 503 for: //github.com/statgen/savvy/archive/v2.1.0.tar.gz Failed to build package statgen/savvy ERROR: configuration failed for package ‘SAIGE’ removing ‘/home/Justin/R/x86_64-pc-linux-gnu-library/4.2/SAIGE’`

weizhou0 commented 1 year ago

Hi @7JVST,

It looks like there was a connection problem to download the savvy library. Now the URL link https://github.com/statgen/savvy/archive/v2.1.0.tar.gz works. Can you please try again?

Thanks, Wei