This is a bug on the ordering of releases from our side as we have used lexicographic order, if you check the releases list, we have archived up to release 1.0-16.
Nevertheless, it seems our CRAN lister only fetches releases that have been archived on CRAN and thus misses the latest version for each package, likely due to the fact we are using the content of https://cran.r-project.org/web/dbs/cran_info_db.rds to list CRAN releases.
Nevertheless, it seems our CRAN lister only fetches releases that have been archived on CRAN and thus misses the latest version for each package, likely due to the fact we are using the content of https://cran.r-project.org/web/dbs/cran_info_db.rds to list CRAN releases.
So the real issue is that the cran_info_db.rds file is no longer updated since 2024-06-02 so our CRAN lister currently misses packages released since that day.
We need to update our CRAN lister implementation to rather exploit the METACRAN database instead which is up to date regarding package releases on CRAN.
I have notified the CRAN, and I think they will fix the bug.
30/10/2024 15:16
The cran_info_db.rds file doesn't seem to be up to date since June (https://cran.r-project.org/web/dbs/).
Is it planned to be updated again or is it aborted?