-
Notifications
You must be signed in to change notification settings - Fork 1
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
Temporary fix for r-lib/remotes#663 #22
Comments
That commit takes the code directly from |
Nope, it's not yet resolved. The Lines 63 to 76 in 849b78e
To fix:
|
mpadge
added a commit
that referenced
this issue
Dec 7, 2021
and use httr instead of direct curl call
mpadge
added a commit
that referenced
this issue
Dec 7, 2021
mpadge
added a commit
that referenced
this issue
Dec 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
r-lib/remotes#663 seems to be affecting the Digital Ocean server, where the failure is entirely reproducible within the server itself, although not directly within the docker container. Work-around will be committed that simply skips installation of system requirements if that error arises and proceeds with the rest. That is clearly going to fail on any packages with sysreqs, but will work otherwise.
If that issue really can not be circumvented, then I''ll need to find another way to install system requirements, which work anyway by just grabbing details directly from the RSPM API as
remotes
does anyway.The text was updated successfully, but these errors were encountered: