Skip to contents

Capture a simple info message condition. Useful for communicating when a check is ignored or skipped.

Usage

capture_check_info(file_path, msg)

Arguments

file_path

character string. Path to the file being validated. Must be the relative path to the hub's model-output (or equivalent) directory.

msg

Character string. Accepts text that can interpreted and formatted by cli::format_inline().

Value

A <message/check_info> condition class object. Returned object also inherits from subclass <hub_check>.