bisect_require {bisectr} | R Documentation |
require()
, for bisect tests.If the package fails to load, the default behavior is to mark this commit as skip.
bisect_require(package, on_fail = "skip")
package |
Name of package |
on_fail |
What to do if loading fails (default "skip") |
This function is usually used together with
bisect_install
.