bisect_install {bisectr}R Documentation

Install a package from source, for bisect tests.

Description

If the installation fails, the default behavior is to mark this commit as skip.

Usage

  bisect_install(pkgdir = ".", on_fail = "skip")

Arguments

pkgdir

The directory to load from

on_fail

What to do if installation fails (default is to mark this commit as "skip")

Details

This function is usually used together with bisect_require.

See Also

bisect_require

bisect_load_all

bisect_source

bisect_runtest

bisect_return_interactive


[Package bisectr version 0.1.0 Index]