Skip to content
Prev 326882 / 398503 Next

suppress startup messages from default packages

Hi Helios,

"Helios de Rosario" <helios.derosario at ibv.upv.es> writes:
Thanks for your answer.  When I actually call library() or require()
myself I can avoid all messages.  There are hacks to do that even for
the very persistent messages [fn:1].

My question is how to suppress these messages, when it is not me who
calls library() or require(), but when the package is loaded during R's
startup through the defaultPackages option.

Regards,
Andreas

Footnotes:

[fn:1] http://stackoverflow.com/a/8143671/1844418