r-lib / revdepcheck

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

revdep_todo is to verbose (for its name and description) #259

Open ghost opened 4 years ago

ghost commented 4 years ago

From the documentation: "revdep_todo() tells you which packages still need to be checked."

In fact, revdep_todo gives a full list of packages (done, ignored, todo). This is an important functionality to have but maybe the functions name and its documentation should be adapted or some argument to control behaviour could be introduced.