R/auto-test.R
auto_test_package.RdWatches a package for changes, rerunning tests as appropriate.
auto_test_package(pkg = ".", reporter = default_reporter(), hash = TRUE)path to package
test reporter to use
Passed on to watch(). When FALSE, uses less accurate
modification time stamps, but those are faster for large files.
auto_test() for details on how method works