有没有办法在启动 R 时抑制 MOTD?
每次启动时,R 都会加载一条又长又冗余的消息。有没有办法使用我的 .rprofile
中的命令来清除它?
目前我只是让它加载,然后按 ⌘ + L 来清除它,但自动执行它会很好。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
--quiet 启动选项怎么样?
对于我在 Ubuntu 上来说:
How about the --quiet startup option?
For me on Ubuntu :