-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
renv::install()
error when installing from older PPM snapshots
#1839
Comments
Thanks for the bug report -- I was able to reproduce locally as well. I'll take a look! |
Thanks; this should now be resolved in the development version of |
@kevinushey Thanks so much for the quick fix!!!
results in:
|
Hmm, I wasn't able to reproduce that...
Are you able to provide any more details? Can you also try executing:
|
Sure, this is on a Windows machine, and here is the full trace:
|
That's odd -- the HTTP error code 403 (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403) would imply that P3M is refusing to accept the request for some reason. Does this fail in a similar way, or does this succeed?
And also:
This might also be useful:
|
@kevinushey those methods both succeed.
|
Thanks! For reference, here's what I see...
It's possible that the issue is related to the specific version of Could you also share the output of As a workaround, you should be able to set:
in an appropriate R startup file. Do you have any proxy set up by any chance? What is the output of:
|
@kevinushey Sorry for the delay in responding! I appreciate you sharing a workaround for the issue! Here is part of my renv::diagnostics report, omitting some paths.
The output of
does not return anything. Please let me know if any other information would be helpful! |
@kevinushey I have another observation. If I do the following:
it fails. But after a restart (or via Thanks again for your help! |
Sorry for the late response!
Can you share a bit more about how you're using |
Just wanted to say that I investigated further and the restart doesn't seem to be the solution. I have filed #1901 instead! Thanks for your ongoing support. |
As of {renv} 1.0.4 I am receiving an error when installing packages from older PPM snapshots. It seems to disappear from ~ 2023-11-20.
results in:
Please let me know what other information might be useful. Thanks!!
The text was updated successfully, but these errors were encountered: