revdepcheck icon indicating copy to clipboard operation
revdepcheck copied to clipboard

Use pkgcache

Open hadley opened this issue 2 years ago • 1 comments

hadley avatar Jan 24 '23 14:01 hadley

One problem is that cache$revdeps() includes the packages as their own dependencies, and in the multipackage case, you can't just setdiff() because (e.g.) if you're checking all the revdeps of dplyr and tidyr, you want to include tidyr because it depends on dplyr.

hadley avatar Jan 24 '23 15:01 hadley