Performs set up for checking the reverse dependencies of an R package, as implemented by the revdepcheck package:
Adds
revdep
directory and adds it to.Rbuildignore
Populates
revdep/.gitignore
to prevent tracking of various revdep artefactsCreates
revdep/email.yml
for use withrevdepcheck::revdep_email()
Prompts user to run the checks with
revdepcheck::revdep_check()