Learn R Programming

GRANBase (version 1.6.8)

manifestHTML: manifestHTML

Description

Create a build report for a repository reflecting the latest build

Usage

manifestHTML(repo, theme = "bootstrap",
  reportfile = file.path(destination(repo), "buildreport.html"),
  riskrpt = FALSE, jsonrpt = FALSE)

Arguments

repo

A GRANRepository object

theme

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

reportfile

Where the report should be located

riskrpt

Whether to build the risk report

jsonrpt

Whether to create a JSON version of the build report

Value

None