This reporter provides a high-level overview of a package via its package DESCRIPTION file.

See also

Super class

pkgnet::AbstractPackageReporter -> SummaryReporter

Active bindings

report_markdown_path

(character string) path to R Markdown template for this reporter. Read-only.

Methods

Inherited methods


Method get_summary_view()

Returns an htmlwidget object that summarizes the analysis of the reporter. Used when creating a package report.

Usage

SummaryReporter$get_summary_view()

Returns

Self, invisibly.


Method clone()

The objects of this class are cloneable with this method.

Usage

SummaryReporter$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.