4

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.

Maiasaura
  • 32,226
  • 27
  • 104
  • 108

1 Answers1

7

How about the --quiet startup option? For me on Ubuntu :

$ R --quiet
> 
Matt Dowle
  • 58,872
  • 22
  • 166
  • 224