make_rcmd_check {goodpractice} | R Documentation |
Wrapper on make_check, specific to R CMD check
Description
Wrapper on make_check, specific to R CMD check
Usage
make_rcmd_check(
description,
pattern,
gp = NULL,
type = c("warnings", "notes", "errors"),
tags = NULL,
preps = NULL,
...
)
Arguments
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. |
[Package goodpractice version 1.0.5 Index]