Conditionally print messages. Allows developers to easily control verbosity of functions, and meet Bioconductor requirements that dictate the message must first be stored to a variable before passing to message.
Usage
messager(..., v = Sys.getenv("VERBOSE") != "FALSE")