.verbose.msg: Print the given message if second parameter is a TRUE.
Description
Print the given message if second parameter is a TRUE.
Usage
.verbose.msg(.message, .verbose = T)
Arguments
.message
Character vector standing for a message.
.verbose
If T then print the given mesasge.