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

pkgcache is better, and it is on CRAN already.

feature

Fix the following error (extract from logs). Note that you have to have debugme switched on. ``` revdepcheck +-handle event, package chevron +59ms Error in handle_event(state, i) : object 'err'...

A recent reticulate submission surfaced a difference between the `revdepcheck` cloud runner and the actual Debian CRAN check machines: CRAN machines have 'scipy' installed, seemingly via `apt install python3-scipy`. Via...

I'm trying to run `revdep_check()` in a [github action](https://github.com/willgearty/deeptime/actions/runs/8380458327/job/22979390857), but I'm running into this error: > Error: Error: (converted from warning) unable to access index for repository https://bioconductor.org/packages/3.17/data/annotation/bin/macosx/big-sur-x86_64/contrib/4.3: > cannot...

When doing `revdep_check(num_workers = 1L, quiet = FALSE, bioc=FALSE)` for the `irace` package, I see this error in `revdep/checks/iraceplot/old/iraceplot.Rcheck/00install.out`, but this error makes no sense since the `irace` package is...

I checked the package [mlr3tuning](https://github.com/mlr-org/mlr3tuning) and the installation of the reverse dependency `mlr3verse` failed in new and old. This is recorded in the `00check.log` files: ```r * using log directory...

I recently ran `revdepcheck::revdep_check()` on `tikzDevice` and got the following output: ``` ── CHECK ──────────────────────────────────────────────────────── 9 packages ── ✔ CPAT 0.1.0 ── E: 0 | W: 0 | N: 1...

feature

I'm not exactly sure what "early on" means, but sometimes issues with system dependencies (or cached packages) cause R CMD check to fail early for both CRAN and dev versions,...

# Issue I would expect it do to so, but `revdepcheck::revdep_check()` installs some but not all Suggests:ed packages. This is not a new observation - I've had this "problem" since...

bug

For https://github.com/MLopez-Ibanez/irace/ ```R remotes::install_github('r-lib/revdepcheck', upgrade="never") require("revdepcheck") revdep_check(num_workers = 1L, quiet = TRUE, bioc=FALSE) ``` ``` ── CHECK ──────────────────────── 6 packages ── ✔ bbotk 0.8.0 ── E: 1 | W: 0...