bisect_load_all {bisectr} | R Documentation |
load_all
, but for bisect tests.If the package fails to load, the default is to mark this commit as skip.
bisect_load_all(pkgdir = ".", on_error = "skip")
pkgdir |
The directory to load from |
on_error |
What to do if loading throws an error (default is to mark this commit as "skip") |