50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

GRANBase (version 2.5.0)

buildReport: buildReport

Description

Create a build report for a repository reflecting the latest build

Usage

buildReport(repo, theme = "bootstrap",
  reportfile = file.path(destination(repo), "buildreport.html"),
  riskrpt = FALSE, jsonrpt = TRUE, splashname = "index.html")

Arguments

repo

A GRANRepository object

theme

CSS+JS theme. bootstrap, foundation, semanticui or jqueryui

reportfile

File path of the HTML report

riskrpt

Whether to build the risk report

jsonrpt

Whether to create a JSON version of the build report

splashname

Filename for the package HTML splash page

Value

None