Message-class | R Documentation |
A lower level Message helper class for BiocCheck
condition |
|
... |
|
.MessageCondition
: An internal R5
Reference Class to handle
messages and their conditions, e.g., for errors, warnings, or notes.
msg
list()
A list of character messages usually grown with append
with conditions raised by a check
condition
character(1)
One of the three conditions handled: error
,
warning
, or note
setMessage
: Set the message and condition (error
, warning
, or
note
) for the check
setCondition
: Change the condition for the check
getCondition
: Get the condition from the Message
class
BiocCheck-class BiocPackage-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.