mskcc / facets

Algorithm to implement Fraction and Copy number Estimate from Tumor/normal Sequencing.
139 stars 65 forks source link

Can not install using devtools #164

Open jianxinwang opened 3 years ago

jianxinwang commented 3 years ago

I'm having this problem since yesterday:

devtools::install_github('mskcc/facets', build_vignettes = TRUE) Error: Failed to install 'unknown package' from GitHub: Timeout was reached: [api.github.com] Resolving timed out after 10000 milliseconds

Please advise how to resolve it. Thanks!

ShixiangWang commented 3 years ago

You have bad internet connection to GitHub. You can try installing it from Gitee. I saw many fork repos on Gitee, for example,

remotes::install_git("https://gitee.com/ChitandaSatou/facets")