Artifactory's enterprise CRAN mirror currently has a bug where the mirror has a PACKAGES file but not PACKAGES.gz. Would it be possible to add a HEAD request to cmc__get_cache_files to check if PACKAGES.gz exists in the specified CRAN repo and, if not, fall back to PACKAGES (which should exist in every CRAN repo)?
This affects both pkgcache::meta_cache_list() and pkgcache::cranlike_metadata_cache$new()$list().
Artifactory's enterprise CRAN mirror currently has a bug where the mirror has a
PACKAGESfile but notPACKAGES.gz. Would it be possible to add a HEAD request tocmc__get_cache_filesto check ifPACKAGES.gzexists in the specified CRAN repo and, if not, fall back toPACKAGES(which should exist in every CRAN repo)?This affects both
pkgcache::meta_cache_list()andpkgcache::cranlike_metadata_cache$new()$list().