测试包的反向依赖关系的最用户友好的方法是什么?

Tim*_*Tim 5 r devtools

测试反向依赖是一件痛苦的事,我发现可用的实现有问题,例如,当我运行时,devtools::revdep_check()我看到

Reverse dependency checks for <MY PACKAGE> ==========================================================================
Saving check results in `revdep/checks/`
Saving install results in `revdep/install/`
Computing reverse dependencies... 
Installing dependencies for <MY PACKAGE> to <TEMP DIR>
Installing <MY PACKAGE> to <TEMP DIR>
Error: Command failed (1)
Run Code Online (Sandbox Code Playgroud)

所以我尝试了它的后继者revdepcheck::revdep_check()来看看

?? INIT ??????????????????????????????????????????????????????????????????????????????????????? Computing revdeps ??
Error in read.dcf(file = tmpf) : cannot open the connection
In addition: Warning message:
In read.dcf(file = tmpf) :
  cannot open compressed file '//C:%5CUsers%5C<MY USER NAME>%5CAppData%5CLocal%5CR-crancache%5CR-crancache%5CCache/cran/src/contrib/PACKAGES', probable reason 'No such file or directory'
Run Code Online (Sandbox Code Playgroud)

你能给我任何简单的分步过程来测试开箱即用的反向依赖关系吗?