sourceMarkers(name, markers, basePath = NULL,
autoSelect = c("none", "first", "error"))markers argument can contains either a list of marker lists or a data frame with the appropriate marker columns. The fields in a marker are as follows (all are required):
type |
| Marker type ("error", "warning", "info", "style", or "usage") |
file |
| Path to source file |
line |
| Line number witin source file |
column |
| Column number within line |
message |
| Short descriptive message |
message field is of class "html" (i.e. inherits(message, "html") == TRUE) then it's contents will be treated as HTML.