Skip to contents

Prints a timestamped stage message when verbose is TRUE. If interactive_only is TRUE the message is printed only during interactive sessions. When the TESTTHAT environment variable is "true", messages are suppressed even in interactive mode.

Usage

message_stage(message_text, verbose = TRUE, interactive_only = FALSE)

Arguments

message_text

Text message to display.

verbose

Whether to print the message.

interactive_only

Whether to print only in interactive mode.