Create a package summary report in HTML
create_pkg_report(
pkgname,
from = NULL,
to = NULL,
path = paste0(pkgname, " - summary report", from, "_", to),
gh = NULL
)Opens and saves a static HTML file in the active working directory
with the file name specified in path.
String containing the name of the package.
String in the format of YYYY-MM-DD specifying the start date of
the reporting period. If set to NULL, the first day of the month of the
system date will be used.
String in the format of YYYY-MM-DD specifying the end date of the
reporting period. If set to NULL, the last day of the month of the system
date will be used.
Pass the file path and the desired file name, excluding the file
extension. For example, "my package report".
String in the format of owner/repo to specify the GitHub
repository that holds the package. Defaults to NULL by default, where
GitHub statistics will be omitted.
The package summary report contains the following pages:
usage and development KPIs and package description
CRAN download stats
Summary of functions
Summary of package dependencies
Summary of pull requests
Summary of issues