Learn R Programming

bisectr (version 0.1.0)

bisect_load_all: 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

bisect_source

bisect_install

bisect_runtest

bisect_return_interactive