print.pkgcheck: Generic print method for 'pkgcheck' objects.

print.pkgcheckR Documentation

Generic print method for 'pkgcheck' objects.

Description

Generic print method for 'pkgcheck' objects.

Usage

## S3 method for class 'pkgcheck'
print(x, deps = FALSE, ...)

Arguments

x

A 'pkgcheck' object to be printed.

deps

If 'TRUE', include details of dependency packages and function usage.

...

Further arguments pass to or from other methods (not used here).

Value

Nothing. Method called purely for side-effect of printing to screen.

See Also

Other pkgcheck_fns: pkgcheck(), pkgcheck_bg()

Examples

## Not run: 
checks <- pkgcheck ("/path/to/my/package")
print (checks) # print full checks, starting with summary
summary (checks) # print summary only

## End(Not run)

ropenscilabs/pkgcheck documentation built on Nov. 24, 2024, 8:31 p.m.