bisect_install {bisectr} | R Documentation |
If the installation fails, the default behavior is to mark this commit as skip.
bisect_install(pkgdir = ".", on_fail = "skip")
pkgdir |
The directory to load from |
on_fail |
What to do if installation fails (default is to mark this commit as "skip") |
This function is usually used together with
bisect_require
.