problemPage: generate hyperlinked HTML for build reports for Bioc packages

Description Usage Arguments Value Author(s) Examples

Description

This is a quick way to get an HTML report of a developer's packages. The function is keyed to filter based on maintainer name.

Usage

1
2
problemPage(authorPattern = "V.*Carey", ver = "devel",
  includeOK = FALSE)

Arguments

authorPattern

character(1) regexp used with grep() to filter author field of package DESCRIPTION for listing

ver

character(1) version tag for Bioconductor

includeOK

logical(1) include entries from the build report that are listed as "OK". Default FALSE will result in only those entries that are in WARNING or ERROR state.

Value

DT::datatable call; if assigned to a variable, must evaluate to get the page to appear

Author(s)

Vince Carey

Examples

1

Liubuntu/BiocPkgTools documentation built on July 8, 2019, 6:56 p.m.