bisect_load_all {bisectr} | R Documentation |
Like load_all
, but for bisect tests.
Description
If the package fails to load, the default is to mark this commit as skip.
Usage
bisect_load_all(pkgdir = ".", on_error = "skip")
Arguments
pkgdir |
The directory to load from |
on_error |
What to do if loading throws an error (default is to mark this commit as "skip") |
See Also
[Package bisectr version 0.1.0 Index]