debugMessage: Print Debug Message
Description
This function is used internally to print debug messages when the verbose
mode is enabled.
Usage
debugMessage(message, verbose = FALSE)
Value
This function returns void.
Arguments
- message
A character string representing the message to be printed.
- verbose
A logical value indicating whether the verbose mode is
enabled. Defaults to FALSE
.