Learn R Programming

GRANBase (version 2.6.20)

manifestReport: manifestReport

Description

Build a package manifest report for a GRAN repository

Usage

manifestReport(repo, theme = "bootstrap",
  reportfile = file.path(destination(repo), "manifest.html"),
  jsonrpt = TRUE)

Arguments

repo

A GRANRepository object

theme

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

reportfile

File path of the HTML report

jsonrpt

Whether to create a JSON version of the manifest report

Value

None