Learn R Programming

pkgdiff (version 0.2.1)

print.rbreak: Print a Repo Breakages Object

Description

Print routine for a repo breakages object of class "rbreak".

Usage

# S3 method for rbreak
print(x, ..., verbose = FALSE)

Value

The repo breakage object, invisibly.

Arguments

x

The repo breakages object to print.

...

Follow-on parameters to the print function.

verbose

If FALSE, prints only the difference removals. If TRUE, prints both additions and removals. Default is FALSE.

See Also

Other prepo: pkg_repo(), print.prepo(), print.rstability(), repo_breakages(), repo_stability()