r-lib / revdepcheck

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

Accept multiple package names in cran_revdeps() #352

Closed hadley closed 1 year ago

hadley commented 1 year ago

This is useful for packages like waldo where you also want to test reverse dependencies of a reverse dependency (i.e. testthat)

gaborcsardi commented 1 year ago

Looks good, thanks!

hadley commented 1 year ago

@gaborcsardi can you take another look? I just added another feature.

gaborcsardi commented 1 year ago

@gaborcsardi can you take another look? I just added another feature.

Still looks good. I assume you are about to try it. :)