Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake fitfuns more quiet #19
Conversation
Added quietly=TRUE option to requireNamespace calls.
|
Great! Thanks a lot. I didn't run into this issue as I usually load the required packages in advance but you are obviously right. (however, the multitude of messages only occurs with parallelized code execution; executed sequentially, it will only show the load message once). |
Added
quietly=TRUEoption torequireNamespacecalls infitfuns.R, otherwise it looks like this: