-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi,
I wonder what is the purpose of the following message() in the following line:
Line 288 in 0bdd598
| 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
ifstatement if it really does not serve any serious purpose. - Adding an argument (e.g
quiteorverbose) to the functions to silence such messages.
Metadata
Metadata
Assignees
Labels
No labels