View source: R/create_pkg_report.R
| create_pkg_report | R Documentation |
Create a package summary report in HTML
create_pkg_report( pkgname, from = NULL, to = NULL, path = paste0(pkgname, " - summary report", from, "_", to), gh = NULL )
pkgname |
String containing the name of the package. |
from |
String in the format of |
to |
String in the format of |
path |
Pass the file path and the desired file name, excluding the file
extension. For example, |
gh |
String in the format of |
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
Opens and saves a static HTML file in the active working directory
with the file name specified in path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.