Hi,
I wonder what is the purpose of the following message() in the following line:
|
message('loaded ', pkgname, ' and set parent environment') |
I'm using doParallel in my package and I get this message. I don't understand why is it useful to have such clogging output. I would suggest either of the following:
- Removing or commenting out the
if statement if it really does not serve any serious purpose.
- Adding an argument (e.g
quite or verbose) to the functions to silence such messages.
Hi,
I wonder what is the purpose of the following
message()in the following line:doparallel/pkg/R/doParallel.R
Line 288 in 0bdd598
I'm using doParallel in my package and I get this message. I don't understand why is it useful to have such clogging output. I would suggest either of the following:
ifstatement if it really does not serve any serious purpose.quiteorverbose) to the functions to silence such messages.