create_report_rpackages | R Documentation |
Create R packages status report#'
create_report_rpackages(
secrets_csv = NULL,
non_r_packages = get_non_r_packages(),
export_dir = ".",
input_rmd = system.file("extdata/reports/status_report.Rmd", package =
"kwb.pkgstatus")
)
secrets_csv |
path to "secrets.csv" file, if "NULL" Sys.env variables for the following services are used/need to be defined: APPVEYOR_TOKEN, GITHUB_TOKEN, GITLAB_TOKEN, CODECOV_TOKEN, ZENODO_TOKEN, (default: NULL) |
non_r_packages |
a character vector with repositories in KWB-R group that
are not R packages (default: |
export_dir |
report export directory (default: ".") |
input_rmd |
default: system.file("extdata/reports/status_report.Rmd", package = "kwb.pkgstatus") |
creates html status report for R packages and returns the absolute path to the export directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.