r-lib / revdepcheck

R package reverse dependency checking
https://revdepcheck.r-lib.org
Other
99 stars 31 forks source link

Selecting individual packages to check #230

Closed hongooi73 closed 4 years ago

hongooi73 commented 4 years ago

Rather than checking every reverse dependency, is it possible to check only a package that you specify?

I'm running revdepcheck on a package with a rather long list of revdeps, and it looks like some of them are failing to install before the check. Rather than running the entire check again, it would be nice to do it only on the ones that are having problems.

hongooi73 commented 4 years ago

Nvm, just realised I can run revdep_add to check a specific package