Create a build report for a repository reflecting the latest build
buildReport(repo, theme = "bootstrap",
reportfile = file.path(destination(repo), "buildreport.html"),
riskrpt = FALSE, jsonrpt = TRUE, splashname = "index.html",
cores = 1L)
A GRANRepository object
CSS+JS theme. bootstrap, foundation, semanticui or jqueryui
File path of the HTML report
Whether to build the risk report
Whether to create a JSON version of the build report
Filename for the package HTML splash page
Number of cores to use when generating coverage reports.
None