revdepcheck
                                
                                 revdepcheck copied to clipboard
                                
                                    revdepcheck copied to clipboard
                            
                            
                            
                        R package reverse dependency checking
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...
Because the jobs were never run
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...
E.g. if a failure happens when building a vignette this is not correctly reported as a failure.
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...
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...
@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...