revdepcheck
                                
                                 revdepcheck copied to clipboard
                                
                                    revdepcheck copied to clipboard
                            
                            
                            
                        R package reverse dependency checking
Some packages in the `revdep_summary` are labeled E and the package's folder within `checks` is empty: ```R ✔ AdhereR 0.1.0 ── E: 0 | W: 0 | N: 0 ✔...
When doing reverse dependency checks of my gratia package, `revdep_check()` times out as soon as the installation of all packages needed to check the dependencies and gratia is completed. This...
I just had a cloud check run where all packages failed because I forgot to change the remote to use URL form. When this happens, the cloud report does not...
One of the lubridate's revdeps is `GenEst` and for that package the version is NA in the database. I presume there is a bug in retrieving that package's metadata somewhere....
I ran revdepcheck on the ggnewscale package and it failed to checked 12/36 packages. `revdep/README.md` listed those failures, but `revdep/problems.md` stated that there were "no problems at all", while `revdep/failures.md`...
With the latest changes to lifecycle and testthat, you should only ever discover soft deprecations when actively developing your package (and most regular deprecations won't cause a CRAN failure). But...
@gaborcsardi This is a candidate fix for #333 I've realized that fixing the issue reported above is dead simple. In my opinion `get_repos()` helper should append CRAN to repos only...
Hi, today I found out that the `cran_revdeps_versions` helper that is used by `revdep_init` is bugged and incorrectly determinates reverse dependencies if there are two packages following the naming convention...
My use case is that I want to use `revdep_check` to check a *single* reverse dependency, having not done a full check run previously. I thought I could do this...