One of my packages (https://github.com/statnet/ergm) uses R's documentation system in some unusual ways, and a consequence of this is that some tests that pass on CRAN or locally when invoked via test_check() fail when run via test_local(). Is there a way to configure the tests to skip if invoked via test_local()?