Learn R Programming

⚠️There's a newer version (0.1.0) of this package.Take me there.

bisectr (version 0.0.2)

Tools to find bad commits with git bisect

Description

Tools to find bad commits with git bisect

Copy Link

Version

Install

install.packages('bisectr')

Monthly Downloads

32

Version

0.0.2

License

GPL-2

Maintainer

Winston Chang

Last Published

May 17th, 2012

Functions in bisectr (0.0.2)

bisect_return_interactive

Prompt the user for an interactive good/bad/skip response and return the appropriate value (to be passed to bisect_runtest).
bisect_load_all

Like load_all, but for bisect tests.
bisectr

bisectr package
bisect_require

Load a package like require(), for bisect tests.
bisect_install

Install a package from source, for bisect tests.
bisect_runtest

Run a test function for git bisect testing.