Sometimes I have a PR I would like to check rev deps for against the main branch (e.g. a PR with some changes to some fundamental parts of the code base and before merging I want to know for sure if I've overlooked something). Is there a quick way to run rev dep checks comparing the current version of the package on the main (or default) branch against my PR branch?
I think I could do this with no changes in {checked} by creating an R Universe site where I store build from the main branch and set the "repos" to point to R Universe. But wondering if there is another way?