-
Notifications
You must be signed in to change notification settings - Fork 756
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
Error in utils::download.file(url, path, method = method, quiet = quiet, : Can not open URL'https://api.github.com/repos/jzsbioinfo/APRD/tarball/master' #2303
Comments
I suspect this is a
|
I updated all related packages (devtools, remotes), then the problem solved. Thanks so much. |
I've got the same issue. Tried
|
I updated all related packages (devtools, remotes), still got error:
|
I can not install package through devtools::install_github("jzsbioinfo/APRD").
My session info:
─ Session info ────────────────────────────────────────────────────────────────────────────
setting value
version R version 3.6.2 (2019-12-12)
os Windows 10 x64
system x86_64, mingw32
ui RStudio
language (EN)
Methods I have tried but doesn't work:
options(download.file.method = "libcurl") devtools::install_github("jzsbioinfo/APRD")
options(download.file.method = "wininet") devtools::install_github("jzsbioinfo/APRD")
The text was updated successfully, but these errors were encountered: