revdepcheck icon indicating copy to clipboard operation
revdepcheck copied to clipboard

R package reverse dependency checking

Results 105 revdepcheck issues
Sort by recently updated
recently updated
newest added

To check broken packages we currently need to be careful to add the failures to the set to test, otherwise they will disappear from the report (which is particularly problematic...

cloud :partly_sunny:

Because the jobs were never run

bug
cloud :partly_sunny:

Currently, `cloud_status()` will report elapsed time by comparing created time and current time when the function is ran / called https://github.com/r-lib/revdepcheck/blob/508e5356ec67d33d1402ae116e03164ce379ebd8/R/cloud.R#L37-L38 When the jobs are done, ETA is passed to...

cloud :partly_sunny:

E.g. if a failure happens when building a vignette this is not correctly reported as a failure.

cloud :partly_sunny:

Unfortunately sometimes AWS preempts jobs and kills them, which results in uninformative failures. Compounding this problem is currently we don't include these failures in the `cloud_summary()` or `cloud_report()`, so depending...

cloud :partly_sunny:

You can easily exhaust the PAT if you are trying to check a development package with a GitHub remote. A workaround is to use a URL remote as mentioned in...

cloud :partly_sunny:

@gaborcsardi if you think this seems like a reasonable starting point, I'll keep fleshing it out a bit.

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...

I'm trying to upload [my first CRAN package](https://github.com/filipezabala/voice), but I'm stuck on checking all downstream/reverse dependencies. I'm doing everything as the [second edition of Hadley Wickham's book](https://r-pkgs.org/) suggests. I solved...