buildReport: buildReport

View source: R/buildReport.R

buildReportR Documentation

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

Author(s)

Dinakar Kulkarni <kulkard2@gene.com>


gmbecker/gRAN documentation built on July 5, 2023, 11:05 p.m.