facets icon indicating copy to clipboard operation
facets copied to clipboard

Can not install using devtools

Open jianxinwang opened this issue 4 years ago • 1 comments

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!

jianxinwang avatar Jul 08 '21 14:07 jianxinwang

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")

ShixiangWang avatar Jul 20 '21 03:07 ShixiangWang