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

I'm in the process of releasing glue and CRAN's revdep checks picked up something that, upon manual scrutiny, is also present in my revdepcheck results, but that was not surfaced...

feature

I'm running revdepcheck and after seemingly checking all packages correctly, the file cran.md states: ``` ## revdepcheck results We checked 36 reverse dependencies (0 from CRAN + 36 from Bioconductor),...

Assume I have 10 packages, **pkg1**, **pkg2**, ..., **pkg10**, part of my reverse dependency check. They all depend on a **dpkg** package, which is _not_ installed, and is not in...

Warning in install.packages : installation of package ‘C:/Users/Administrator/Downloads/rstatix_0.7.2.tar.gz’ had non-zero exit status Warning message: In read.dcf(file = tmpf) : cannot open compressed file '/path/to/CRAN-mirror/src/contrib/PACKAGES', probable reason 'No such file or...

I have seen several instances of malformed `.tar.gz` files (uncompressed JSON contents), these files were downloaded correctly after they were deleted manually. Is there a better way to check sanity...

`revdepcheck::cloud_check()` was suggested by `usethis::use_release_issue()` when trying to release rsconnect (an rstudio/posit package). For a first-time user, its output is less than helpful: ``` revdepcheck::cloud_check() #> ℹ Building package tarball...

While running `revdep_check()` on the `lme4` package (446 packages, 20 cores, ~3-hour projected run time), I get a sudden stop (1 hour in, after checking 100+ packages) with: > Error:...

I just ran into an issue where the dev version of the package being checked failed to install. I initially missed the failure because the warning scrolled off the screen....

# Background Some packages fail sporadically due to race conditions when "old" and "new" are checked in parallel. Common reasons are hard-coded TCP ports and shared file caches. We may...

Hi, I just ran into a case where CRAN's incoming reverse-dependency checks caught a bug in my submitted package that revealed itself only in a vignette in one of the...