r-lib / crancache

Transparent caching of CRAN package files - WORK IN PROGRESS!
Other
28 stars 2 forks source link

`available_packages()` potentially includes packages that were removed from CRAN #40

Open lionel- opened 4 years ago

lionel- commented 4 years ago
"irteQ" %in% crancache::available_packages()
#> [1] TRUE

This causes a revdepcheck of irteQ even though it was removed from CRAN 1 year ago.