problemPage {BiocPkgTools} | R Documentation |
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.
problemPage(authorPattern = "V.*Carey", ver = "devel", includeOK = FALSE)
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. |
DT::datatable call; if assigned to a variable, must evaluate to get the page to appear
Vince Carey
if (interactive()) problemPage()