DefaultReporters {pkgnet}R Documentation

Default Reporters

Description

Instantiates a list of default reporters to feed into CreatePackageReport.

Usage

DefaultReporters()

Details

Default reporters are:

Note, InheritanceReporter is not included in the default list.

If desired, append a new instance of InheritanceReporter to the DefaultReporters list.

ex: c(DefaultReporters(), InheritanceReporter$new())

Value

list of instantiated reporter objects


[Package pkgnet version 0.5.0 Index]