-
Notifications
You must be signed in to change notification settings - Fork 62
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
Pak not working with RStudio R-Universe #302
Comments
Note that some packages in the universe seem to work. I also had the same issue with |
You probably need to update the metadata cache:
|
I have temporarily disabled caching of the |
Yep it seems to find the right zip file now. 👍 |
@jeroen The web server could also emit a standard header to tell pak (pkgcache) not to cache the metadata. (If it doesn't already.) |
I specifically wrote it so that it does do that, I think it is useful ;) But I understand now where the bug is. When a package in the database is updated to a new version, the creation timestamp of the original record is not changed, and I was using that as the etag. So I just need to fix that |
Right, there is a |
Will be better with r-lib/pkgcache#63 |
Originally raised as: r-universe-org/help#58
Compare these results:
For some reason
pak
is trying to download the zip file for the previous build (0.22.2) rather than latest (0.22.3)?My repos config looks like this:
The text was updated successfully, but these errors were encountered: