Learn R Programming

GRANBase (version 2.6.20)

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",
  cores = 1L)

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

cores

Number of cores to use when generating coverage reports.

Value

None