Instantiates a list of default reporters to feed into
CreatePackageReport.
DefaultReporters()list of instantiated reporter objects
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())