View source: R/chk_rcmdcheck.R
make_rcmd_check | R Documentation |
Wrapper on make_check, specific to R CMD check
make_rcmd_check(
description,
pattern,
gp = NULL,
type = c("warnings", "notes", "errors"),
tags = NULL,
preps = NULL,
...
)
description |
A description of the check. |
pattern |
The text pattern identifying the check. |
type |
Type of notification, one of "warnings", "notes" or "errors". |
tags |
Tags to be passed on to make_check. |
preps |
Preps to be passed on to make_check. |
... |
Currently not supported. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.