make_rcmd_check: Wrapper on make_check, specific to R CMD check

View source: R/chk_rcmdcheck.R

make_rcmd_checkR 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.


MangoTheCat/goodpractice documentation built on Sept. 5, 2022, 2 p.m.