My motivating example is wanting to skip test files using the filter
argument of devtools::test()
. Currently if I use Build > Test Package in RStudio (or the equivalent shortcut) the test output shows conveniently in the Build pane. However, I cannot configure the arguments passed to test()
. I think the same issue arises for load_all()
, document()
, check()
and other devtools build functions with RStudio integration.
Of course I can run the function with my preferred filters in the console as a workaround, but I'd like to know if I can avoid the workaround.