auto_test
is that you just leave
it running while you develop your code. Everytime you
save a file it will be automatically tested and you can
easily see if your changes have caused any test failures.auto_test(code_path, test_path, reporter = "summary",
env = NULL)
auto_test
might implement one of the following
more intelligent alternatives:
auto_test_package