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

The actual implementation should probably be in processx or ps.

Instead of one giant `problems.md`. This would make life easier for large packages like testthat, and give more space to inline all test failures.

feature

* Check that these files are saved in the database * Save complete test file and link to it from `problems.md`?

feature

* Platform details - should be captured during `revdep_init()` * `libraries.csv` - should be captured `revdep_install()`. Will need new database tables, and new helpers to retrieve the results.

feature

If you're re-checking the revdeps because you've made a change to your package, you shouldn't need to re-run the checks for the CRAN version.

feature

* Need to have user facing `max_lines()` option * Should be moved to rcmdcheck?

feature

Some packages fail, because they try to use `tcltk`, or plot to the default graphics device. We need a workaround for these, e.g. an alternate graphics device, or a headless...

feature

For packages like rlang, the higher order revdeps of dplyr, purrr, and tidyr must be checked in addition to the first order revdeps of rlang. As discussed in #198, these...