make_check: Create a fertile check object

Description Usage Arguments See Also

View source: R/checks.R

Description

Create a fertile check object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
make_check(
  fun,
  name,
  req_compilation,
  state,
  problem,
  solution,
  help,
  errors,
  ...
)

Arguments

fun

Function to run that returns a logical

name

What is the check checking for?

req_compilation

Does the code have to be compiled for the check to work?

state

Logical indicating whether the check passed/failed

problem

Description of the problem

solution

Description of a potential solution

help

References to help files

errors

A tibble of error messages

See Also

use_tidy_style, is_absolute_path


beanumber/fertile documentation built on April 17, 2021, 4:33 a.m.