You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@HenrikBengtsson thanks for replying. It has been a while since I touched that code. I for sure doesn't have a small example, but perhaps I can trim the data to create a toy data to showcase this. I'll report back.
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:
if
statement if it really does not serve any serious purpose.quite
orverbose
) to the functions to silence such messages.The text was updated successfully, but these errors were encountered: