Capture a simple info message condition. Useful for communicating when a check is ignored or skipped.
Usage
capture_check_info(file_path, msg, call = rlang::caller_call())
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()
.- call
The defused call of the function that generated the message. Use to override default which uses the caller call. See rlang::stack for more details.