Description Usage Arguments Value Author(s) Examples
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.
1 | 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
1 | if (interactive()) problemPage()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.