buildReport: buildReport

Description Usage Arguments Value Author(s)

View source: R/buildReport.R

Description

Create a build report for a repository reflecting the latest build

Usage

1
2
3
4
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

Author(s)

Dinakar Kulkarni <kulkard2@gene.com>


GRANBase documentation built on Feb. 6, 2020, 5:09 p.m.