Is there a way to suppress MOTD when starting up R?
问题 R loads a long and redundant message every time I start up. Is there a way to clear this using a command in my .rprofile ? Currently I just let it load then press ⌘ + L to clear it but it would be nice to just do it automatically. 回答1: How about the --quiet startup option? For me on Ubuntu : $ R --quiet > 来源: https://stackoverflow.com/questions/5319344/is-there-a-way-to-suppress-motd-when-starting-up-r