auto_test_package: Watches a package for changes, rerunning tests as appropriate.
Description
Watches a package for changes, rerunning tests as appropriate.
Usage
auto_test_package(pkg = ".", reporter = default_reporter(),
hash = TRUE)
Arguments
hash
Passed on to watch()
. When FALSE, uses less accurate
modification time stamps, but those are faster for large files.