r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

Error downloading package causes `revdep_check()` to stop #281

Open wch opened 3 years ago

wch commented 3 years ago

I'm trying to do a revdep check on R6. One of its revdeps is ForecastFramework, which apparently has been archived. This is what happens when I try to check the revdeps:

> revdep_check()
── CHECK ──────────────────────────────────────────────────────────────────────────────────────────────────────────────── 251 packages ──
[0/251] 00:00:39 | ETA:  ?s | (1) ForecastFramework [D]Error: Failed downloading package ForecastFramework

For posterity: image

https://cran.r-project.org/web/packages/ForecastFramework/index.html

ntamas commented 2 years ago

The same happens on my machine now for ctgGEM, which is apparently on Bioconductor. Another example is DART, which was moved to Bioconductor from CRAN.