-
Notifications
You must be signed in to change notification settings - Fork 15
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
meta_cache_list()
- empty published
column for recent packages
#109
Comments
That column is from metadata that is not on CRAN and we need to collect it separately. Unfortunately I had to shut down the infrastructure that collects it, so it hasn't been updated for a couple of days. The metadata itself is now here: https://github.com/r-hub/cran-metadata/tree/gh-pages but until I write the code that updates it, it won't be updated. The old update code used a local CRAN mirror, which I don't have any more, so we need a completely new way of updating. The Anyway, I wan't aware of any use for that metadata, apart from pak printing the file sizes, so opening this issue was a good idea. |
Thanks @gaborcsardi for a prompt reply. I'll have a look what you linked and consider this as an alternative to rvest-ing this from CRAN webpage. Definitely looking forward to bring this back. |
No need to scrape this field, you can also do something like
|
This is finally now fixed in pkgcache as well, the metadata is updated daily. We could probably update it more often if we wanted to. The only caveat is that now updates are based on package name and R version, so rebuilds of binaries are not picked up. They should not rebuild source packages, so it should not affect those. I think it would be possible to update the binaries without keeping a CRAN mirror. I'll open an issue for that: #119. |
Created on 2024-04-19 with reprex v2.1.0
Is this a bug? What I can do to force update the cache? I am analysing CRAN data and the release / publish date is one of my inputs.
The text was updated successfully, but these errors were encountered: