goodpractice (version 1.0.2)

make_rcmd_check: 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.